diff options
Diffstat (limited to 'x11-misc/x11vnc')
5 files changed, 10 insertions, 0 deletions
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 } |