Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/, x11-misc/x11vnc/files/
Date: Thu, 13 Oct 2016 21:11:48
Message-Id: 1476393061.ac9d99001ff403466ad56287e2afaba08fd2e165.monsieurp@gentoo
1 commit: ac9d99001ff403466ad56287e2afaba08fd2e165
2 Author: Michał Kępień <github <AT> kempniu <DOT> pl>
3 AuthorDate: Thu Oct 13 07:54:26 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 21:11:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9d9900
7
8 x11-misc/x11vnc: fix compiler detection.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2549
11
12 Gentoo-Bug: https://bugs.gentoo.org/584968
13 Gentoo-Bug: https://bugs.gentoo.org/596138
14
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch | 6 ++++++
18 x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild | 1 +
19 x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild | 1 +
20 x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild | 1 +
21 x11-misc/x11vnc/x11vnc-0.9.14.ebuild | 1 +
22 5 files changed, 10 insertions(+)
23
24 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
25 new file mode 100644
26 index 00000000..0828b01
27 --- /dev/null
28 +++ b/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch
29 @@ -0,0 +1,6 @@
30 +--- a/configure.ac 2015-11-14 18:49:21.000000000 +0100
31 ++++ b/configure.ac 2016-10-13 09:30:37.530000000 +0200
32 +@@ -6,2 +6,3 @@
33 + AC_CONFIG_MACRO_DIR([m4])
34 ++AC_PROG_CC
35 +
36
37 diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild
38 index 1134013..b7ccc06 100644
39 --- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild
40 +++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild
41 @@ -43,6 +43,7 @@ S="${WORKDIR}/x11vnc-82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a"
42 DOCS=(ChangeLog README)
43
44 src_prepare() {
45 + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
46 eautoreconf
47 }
48
49
50 diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
51 index db5d85c..436aa97 100644
52 --- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
53 +++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
54 @@ -40,6 +40,7 @@ S="${WORKDIR}/x11vnc-82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a"
55 DOCS=(ChangeLog README)
56
57 src_prepare() {
58 + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
59 eautoreconf
60 }
61
62
63 diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild b/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild
64 index bfe2cb09..f00bc73 100644
65 --- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild
66 +++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild
67 @@ -40,6 +40,7 @@ DEPEND="${RDEPEND}
68 DOCS=(ChangeLog README)
69
70 src_prepare() {
71 + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
72 eautoreconf
73 }
74
75
76 diff --git a/x11-misc/x11vnc/x11vnc-0.9.14.ebuild b/x11-misc/x11vnc/x11vnc-0.9.14.ebuild
77 index 54e382b..4e87afb 100644
78 --- a/x11-misc/x11vnc/x11vnc-0.9.14.ebuild
79 +++ b/x11-misc/x11vnc/x11vnc-0.9.14.ebuild
80 @@ -41,6 +41,7 @@ DEPEND="${RDEPEND}
81 DOCS=(ChangeLog README)
82
83 src_prepare() {
84 + epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
85 eautoreconf
86 }