Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/intltool/files: intltool-0.40.6-fix-install.patch
Date: Sun, 23 Aug 2009 16:56:19
Message-Id: E1MfGMZ-0002TR-GP@stork.gentoo.org
1 flameeyes 09/08/23 16:56:15
2
3 Added: intltool-0.40.6-fix-install.patch
4 Log:
5 Add patched version (since I had it locally) for 0.40.6.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-util/intltool/files/intltool-0.40.6-fix-install.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intltool/files/intltool-0.40.6-fix-install.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intltool/files/intltool-0.40.6-fix-install.patch?rev=1.1&content-type=text/plain
13
14 Index: intltool-0.40.6-fix-install.patch
15 ===================================================================
16 === modified file 'Makefile.in.in'
17 --- Makefile.in.in 2009-03-01 03:49:14 +0000
18 +++ Makefile.in.in 2009-04-08 18:22:42 +0000
19 @@ -56,7 +56,7 @@
20
21 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
22
23 -USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
24 +USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
25
26 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)