Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/nabi/files: nabi-0.99.3-asneeded.patch
Date: Tue, 02 Jun 2009 10:24:02
Message-Id: E1MBRA0-0002cl-Ov@stork.gentoo.org
1 flameeyes 09/06/02 10:24:00
2
3 Added: nabi-0.99.3-asneeded.patch
4 Log:
5 Version bump and add a patch to fix build with --as-needed (closes bug #246898).
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-i18n/nabi/files/nabi-0.99.3-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/files/nabi-0.99.3-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/files/nabi-0.99.3-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: nabi-0.99.3-asneeded.patch
15 ===================================================================
16 Index: nabi-0.99.3/src/Makefile.am
17 ===================================================================
18 --- nabi-0.99.3.orig/src/Makefile.am
19 +++ nabi-0.99.3/src/Makefile.am
20 @@ -29,6 +29,6 @@ nabi_SOURCES = \
21 sctc.h util.h util.c \
22 main.c
23
24 -nabi_LDFLAGS = @LIBHANGUL_LIBS@ @X_LIBS@ @X_PRE_LIBS@ -lX11 @GTK_LIBS@
25 -nabi_LDADD = ../IMdkit/libXimd.a
26 +nabi_LDADD = @LIBHANGUL_LIBS@ @X_LIBS@ @X_PRE_LIBS@ -lX11 @GTK_LIBS@ \
27 + ../IMdkit/libXimd.a