summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-08-23 16:56:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-08-23 16:56:15 +0000
commit2bb00e4ce6026e30a0fe5a4315f24456dcba6b83 (patch)
tree7d56b501117a7c6b6453c9cd1a5278984d7d9fb7 /dev-util/intltool/files
parentno xfce-base for ~mips (diff)
downloadgentoo-2-2bb00e4ce6026e30a0fe5a4315f24456dcba6b83.tar.gz
gentoo-2-2bb00e4ce6026e30a0fe5a4315f24456dcba6b83.tar.bz2
gentoo-2-2bb00e4ce6026e30a0fe5a4315f24456dcba6b83.zip
Add patched version (since I had it locally) for 0.40.6.
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/intltool/files')
-rw-r--r--dev-util/intltool/files/intltool-0.40.6-fix-install.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/intltool/files/intltool-0.40.6-fix-install.patch b/dev-util/intltool/files/intltool-0.40.6-fix-install.patch
new file mode 100644
index 000000000000..62499d6afef3
--- /dev/null
+++ b/dev-util/intltool/files/intltool-0.40.6-fix-install.patch
@@ -0,0 +1,13 @@
+=== modified file 'Makefile.in.in'
+--- Makefile.in.in 2009-03-01 03:49:14 +0000
++++ Makefile.in.in 2009-04-08 18:22:42 +0000
+@@ -56,7 +56,7 @@
+
+ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
+
+-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)
++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)
+
+ 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)
+
+