summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-25 21:07:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-25 21:07:05 +0000
commit6cd79c175678ff8a5ab731afacba0ab69edc60c8 (patch)
treecd5a4a1b08b3f0602b44a80dea29d6c5e0e2f910 /dev-libs/popt/files
parentStable on sparc (diff)
downloadgentoo-2-6cd79c175678ff8a5ab731afacba0ab69edc60c8.tar.gz
gentoo-2-6cd79c175678ff8a5ab731afacba0ab69edc60c8.tar.bz2
gentoo-2-6cd79c175678ff8a5ab731afacba0ab69edc60c8.zip
Add patch to link to libintl when not using GLIBC; depend on virtual/libintl when using nls.
(Portage version: 2529-svn)
Diffstat (limited to 'dev-libs/popt/files')
-rw-r--r--dev-libs/popt/files/popt-1.7-nls.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/popt/files/popt-1.7-nls.patch b/dev-libs/popt/files/popt-1.7-nls.patch
new file mode 100644
index 000000000000..cc8b3c45bb6c
--- /dev/null
+++ b/dev-libs/popt/files/popt-1.7-nls.patch
@@ -0,0 +1,12 @@
+Index: popt-1.7/Makefile.am
+===================================================================
+--- popt-1.7.orig/Makefile.am
++++ popt-1.7/Makefile.am
+@@ -34,6 +34,7 @@ TESTS = testit.sh
+ include_HEADERS = popt.h
+ lib_LTLIBRARIES = libpopt.la
+ libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
++libpopt_la_LIBADD = $(LTLIBINTL)
+
+ man_MANS = popt.3
+