summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-10-06 14:14:02 +0000
committerMike Frysinger <vapier@gentoo.org>2007-10-06 14:14:02 +0000
commit81a14cc1145ae18e678e3a9fa5075f68d876109e (patch)
treed8cba34824fa7b4b39becf4c5d687ce3eb1cc5c3 /sys-process/psmisc/files
parentold (diff)
downloadgentoo-2-81a14cc1145ae18e678e3a9fa5075f68d876109e.tar.gz
gentoo-2-81a14cc1145ae18e678e3a9fa5075f68d876109e.tar.bz2
gentoo-2-81a14cc1145ae18e678e3a9fa5075f68d876109e.zip
Fix from impulze for building with USE=-nls and no gettext installed #193920 by Julian Golderer.
(Portage version: 2.1.3.11)
Diffstat (limited to 'sys-process/psmisc/files')
-rw-r--r--sys-process/psmisc/files/psmisc-22.5-no-nls.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/sys-process/psmisc/files/psmisc-22.5-no-nls.patch b/sys-process/psmisc/files/psmisc-22.5-no-nls.patch
new file mode 100644
index 000000000000..2681a0433f5d
--- /dev/null
+++ b/sys-process/psmisc/files/psmisc-22.5-no-nls.patch
@@ -0,0 +1,32 @@
+http://bugs.gentoo.org/193920
+
+--- psmisc-22.5/Makefile.am
++++ psmisc-22.5/Makefile.am
+@@ -1,5 +1,5 @@
+
+-SUBDIRS = doc src po icons
++SUBDIRS = doc src icons
+
+ #EXTRA_DIST = config.rpath ABOUT-NLS mkinstalldirs
+
+--- psmisc-22.5/configure.ac
++++ psmisc-22.5/configure.ac
+@@ -65,10 +65,6 @@
+ test $ac_cv_member_struct_user_regs_struct_ecx = yes &&
+ test $ac_cv_member_struct_user_regs_struct_edx = yes )
+
+-dnl Check for language stuff
+-AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION([0.16.1])
+-
+ dnl Checks for library functions.
+ AC_FUNC_CLOSEDIR_VOID
+ AC_FUNC_GETMNTENT
+@@ -87,6 +83,5 @@
+ AC_CONFIG_FILES([Makefile
+ doc/Makefile
+ src/Makefile
+- icons/Makefile
+- po/Makefile.in])
++ icons/Makefile])
+ AC_OUTPUT