diff options
author | Sandro Bonazzola <sanchan@gentoo.org> | 2006-10-09 18:46:52 +0000 |
---|---|---|
committer | Sandro Bonazzola <sanchan@gentoo.org> | 2006-10-09 18:46:52 +0000 |
commit | ad8d576ce1963c3c64bdf62541cad0850dda1b7c (patch) | |
tree | 1665fd4a16b87816ff6eb0870f466bb6908b333d /dev-libs/popt/files | |
parent | Bump. (diff) | |
download | historical-ad8d576ce1963c3c64bdf62541cad0850dda1b7c.tar.gz historical-ad8d576ce1963c3c64bdf62541cad0850dda1b7c.tar.bz2 historical-ad8d576ce1963c3c64bdf62541cad0850dda1b7c.zip |
Fix bug #150543. Patch provided by opensolaris.org, ported from popt-1.7 and adapted for gentoo. Original patch available here: http://cvs.opensolaris.org/source/xref/jds/Solaris/patches/popt-01-xgettext.diff
Package-Manager: portage-2.1.2_pre2-r5
Diffstat (limited to 'dev-libs/popt/files')
-rw-r--r-- | dev-libs/popt/files/popt-1.10.4-nls.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/popt/files/popt-1.10.4-nls.patch b/dev-libs/popt/files/popt-1.10.4-nls.patch new file mode 100644 index 000000000000..a1f59d3b63d4 --- /dev/null +++ b/dev-libs/popt/files/popt-1.10.4-nls.patch @@ -0,0 +1,11 @@ +--- popt-1.10.4.orig/configure.ac 2006-10-09 20:27:18.326914000 +0200 ++++ popt-1.10.4/configure.ac 2006-10-09 20:28:14.826914000 +0200 +@@ -101,7 +101,7 @@ + [ : ] ) + AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes") + +-if test ! -f ../rpm.c ++if /bin/false + then + AC_MSG_CHECKING(for GNU xgettext) + xgettext --version 2>&1 | grep 'GNU gettext' >/dev/null 2>&1 || AC_MSG_ERROR([ |