Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/confuse/files: confuse-2.5-libintl.patch
Date: Thu, 13 Sep 2007 10:22:43
Message-Id: E1IVljJ-0007KH-1x@stork.gentoo.org
1 uberlord 07/09/13 10:15:25
2
3 Added: confuse-2.5-libintl.patch
4 Log:
5 Link to libintl correctly and work with -j N on non glibc systems
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 dev-libs/confuse/files/confuse-2.5-libintl.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/files/confuse-2.5-libintl.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/files/confuse-2.5-libintl.patch?rev=1.1&content-type=text/plain
13
14 Index: confuse-2.5-libintl.patch
15 ===================================================================
16 diff -ur a/src/Makefile.am b/src/Makefile.am
17 --- a/src/Makefile.am 2004-10-02 16:25:13 +0100
18 +++ b/src/Makefile.am 2007-09-13 10:48:44 +0100
19 @@ -2,6 +2,7 @@
20
21 libconfuse_la_SOURCES = confuse.c lexer.l
22 include_HEADERS = confuse.h
23 +libconfuse_la_LIBADD = $(LTLIBINTL)
24
25 datadir = @datadir@
26 localedir = $(datadir)/locale
27
28
29
30 --
31 gentoo-commits@g.o mailing list