Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/freewnn/files: freewnn-1.1.1_alpha21-as-needed.patch
Date: Thu, 31 Dec 2009 14:55:04
Message-Id: E1NQMQW-0006LE-67@stork.gentoo.org
1 matsuu 09/12/31 14:55:00
2
3 Added: freewnn-1.1.1_alpha21-as-needed.patch
4 Log:
5 Fixed as-needed issue, bug #298744.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-i18n/freewnn/files/freewnn-1.1.1_alpha21-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: freewnn-1.1.1_alpha21-as-needed.patch
15 ===================================================================
16 --- FreeWnn-1.1.1-a021.orig/Wnn/jlib/Makefile.in 2004-09-12 18:56:55.000000000 +0200
17 +++ FreeWnn-1.1.1-a021/Wnn/jlib/Makefile.in 2009-12-29 20:29:18.086539501 +0100
18 @@ -101,7 +101,7 @@
19 all:: libwnn.la
20
21 libwnn.la: $(OBJS) $(EXTRALIBRARYDEPS)
22 - $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
23 + $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) @LIBS@ -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
24
25 lintlib:: llib-lwnn.ln