From ac9d99001ff403466ad56287e2afaba08fd2e165 Mon Sep 17 00:00:00 2001 From: Michał Kępień Date: Thu, 13 Oct 2016 09:54:26 +0200 Subject: x11-misc/x11vnc: fix compiler detection. Closes: https://github.com/gentoo/gentoo/pull/2549 Gentoo-Bug: https://bugs.gentoo.org/584968 Gentoo-Bug: https://bugs.gentoo.org/596138 Signed-off-by: Patrice Clement --- x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch | 6 ++++++ x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild | 1 + x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild | 1 + x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild | 1 + x11-misc/x11vnc/x11vnc-0.9.14.ebuild | 1 + 5 files changed, 10 insertions(+) create mode 100644 x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch diff --git a/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch b/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch new file mode 100644 index 000000000000..0828b0154e6e --- /dev/null +++ b/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch @@ -0,0 +1,6 @@ +--- a/configure.ac 2015-11-14 18:49:21.000000000 +0100 ++++ b/configure.ac 2016-10-13 09:30:37.530000000 +0200 +@@ -6,2 +6,3 @@ + AC_CONFIG_MACRO_DIR([m4]) ++AC_PROG_CC + diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild index 1134013408d2..b7ccc0648e65 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild @@ -43,6 +43,7 @@ S="${WORKDIR}/x11vnc-82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a" DOCS=(ChangeLog README) src_prepare() { + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch eautoreconf } diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild index db5d85cc5429..436aa97fc945 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild @@ -40,6 +40,7 @@ S="${WORKDIR}/x11vnc-82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a" DOCS=(ChangeLog README) src_prepare() { + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch eautoreconf } diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild b/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild index bfe2cb09e4af..f00bc73f1f4a 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild @@ -40,6 +40,7 @@ DEPEND="${RDEPEND} DOCS=(ChangeLog README) src_prepare() { + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch eautoreconf } diff --git a/x11-misc/x11vnc/x11vnc-0.9.14.ebuild b/x11-misc/x11vnc/x11vnc-0.9.14.ebuild index 54e382b27a0c..4e87afb61670 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.14.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.14.ebuild @@ -41,6 +41,7 @@ DEPEND="${RDEPEND} DOCS=(ChangeLog README) src_prepare() { + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch eautoreconf } -- cgit v1.2.3-65-gdbad