Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libgksu/files: libgksu-2.0.12-automake-1.11.2.patch
Date: Thu, 05 Jan 2012 01:46:31
Message-Id: 20120105014622.63BEE2004C@flycatcher.gentoo.org
1 tetromino 12/01/05 01:46:22
2
3 Added: libgksu-2.0.12-automake-1.11.2.patch
4 Log:
5 Fix building with automake-1.11.2 (bug #397411, thanks to Alphat-PC for the patch).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-libs/libgksu/files/libgksu-2.0.12-automake-1.11.2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/files/libgksu-2.0.12-automake-1.11.2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/files/libgksu-2.0.12-automake-1.11.2.patch?rev=1.1&content-type=text/plain
14
15 Index: libgksu-2.0.12-automake-1.11.2.patch
16 ===================================================================
17 Due to the following change, pkglib_PROGRAMS is invalid:
18 http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf
19
20 https://savannah.nongnu.org/bugs/index.php?35241
21 https://bugs.gentoo.org/show_bug.cgi?id=397411
22
23 ---
24 libgksu/Makefile.am | 4 ++--
25 1 files changed, 2 insertions(+), 2 deletions(-)
26
27 diff --git a/libgksu/Makefile.am b/libgksu/Makefile.am
28 index 49362f9..3cb1090 100644
29 --- a/libgksu/Makefile.am
30 +++ b/libgksu/Makefile.am
31 @@ -22,8 +22,8 @@ includedir = ${prefix}/include/${PACKAGE}
32 pkgconfigdir = ${libdir}/pkgconfig
33 pkgconfig_DATA = libgksu2.pc
34
35 -pkglibdir = ${libdir}/${PACKAGE}
36 -pkglib_PROGRAMS = gksu-run-helper
37 +gksulibdir = ${libdir}/${PACKAGE}
38 +gksulib_PROGRAMS = gksu-run-helper
39 gksu_run_helper_LDADD = ${GLIB_LIBS}
40 gksu_run_helper_SOURCES = gksu-run-helper.c