Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/psmisc/files: psmisc-22.5-no-nls.patch
Date: Sat, 06 Oct 2007 14:23:27
Message-Id: E1IeAPq-0007Fn-IT@stork.gentoo.org
1 vapier 07/10/06 14:14:02
2
3 Added: psmisc-22.5-no-nls.patch
4 Log:
5 Fix from impulze for building with USE=-nls and no gettext installed #193920 by Julian Golderer.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.1 sys-process/psmisc/files/psmisc-22.5-no-nls.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/psmisc/files/psmisc-22.5-no-nls.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/psmisc/files/psmisc-22.5-no-nls.patch?rev=1.1&content-type=text/plain
13
14 Index: psmisc-22.5-no-nls.patch
15 ===================================================================
16 http://bugs.gentoo.org/193920
17
18 --- psmisc-22.5/Makefile.am
19 +++ psmisc-22.5/Makefile.am
20 @@ -1,5 +1,5 @@
21
22 -SUBDIRS = doc src po icons
23 +SUBDIRS = doc src icons
24
25 #EXTRA_DIST = config.rpath ABOUT-NLS mkinstalldirs
26
27 --- psmisc-22.5/configure.ac
28 +++ psmisc-22.5/configure.ac
29 @@ -65,10 +65,6 @@
30 test $ac_cv_member_struct_user_regs_struct_ecx = yes &&
31 test $ac_cv_member_struct_user_regs_struct_edx = yes )
32
33 -dnl Check for language stuff
34 -AM_GNU_GETTEXT([external])
35 -AM_GNU_GETTEXT_VERSION([0.16.1])
36 -
37 dnl Checks for library functions.
38 AC_FUNC_CLOSEDIR_VOID
39 AC_FUNC_GETMNTENT
40 @@ -87,6 +83,5 @@
41 AC_CONFIG_FILES([Makefile
42 doc/Makefile
43 src/Makefile
44 - icons/Makefile
45 - po/Makefile.in])
46 + icons/Makefile])
47 AC_OUTPUT
48
49
50
51 --
52 gentoo-commits@g.o mailing list