Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libgksu/files: libgksu-2.0.12-fix-make-3.82.patch
Date: Mon, 06 Sep 2010 11:42:21
Message-Id: 20100906114211.B123420054@flycatcher.gentoo.org
1 pacho 10/09/06 11:42:11
2
3 Added: libgksu-2.0.12-fix-make-3.82.patch
4 Log:
5 Make this gmake-3.82 compliant, bug #333961 by Diego E. 'Flameeyes' Petteno and patch by Jory A. Pratt.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/libgksu/files/libgksu-2.0.12-fix-make-3.82.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/files/libgksu-2.0.12-fix-make-3.82.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/files/libgksu-2.0.12-fix-make-3.82.patch?rev=1.1&content-type=text/plain
13
14 Index: libgksu-2.0.12-fix-make-3.82.patch
15 ===================================================================
16 --- Makefile.am-orig 2010-08-22 16:11:19.872577459 -0500
17 +++ Makefile.am 2010-08-22 16:11:55.289599110 -0500
18 @@ -17,11 +17,11 @@
19
20 if GCONF_SCHEMAS_INSTALL
21 install-data-local:
22 - if test -z "$(DESTDIR)" ; then \
23 - for p in $(schemas_DATA) ; do \
24 - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
25 - done \
26 - fi
27 + if test -z "$(DESTDIR)" ; then \
28 + for p in $(schemas_DATA) ; do \
29 + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
30 + done \
31 + fi
32 else
33 install-data-local:
34 endif