summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Kępień <github@kempniu.pl>2016-10-13 09:54:26 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-13 23:11:01 +0200
commitac9d99001ff403466ad56287e2afaba08fd2e165 (patch)
tree8e983e5e92bd4bb5cd261ba838fa9e76cba9ccb8 /x11-misc
parentapp-vim/bufexplorer: remove old. (diff)
downloadgentoo-ac9d99001ff403466ad56287e2afaba08fd2e165.tar.gz
gentoo-ac9d99001ff403466ad56287e2afaba08fd2e165.tar.bz2
gentoo-ac9d99001ff403466ad56287e2afaba08fd2e165.zip
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 <monsieurp@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch6
-rw-r--r--x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild1
-rw-r--r--x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild1
-rw-r--r--x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild1
-rw-r--r--x11-misc/x11vnc/x11vnc-0.9.14.ebuild1
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
}