Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/paragui/files: paragui-1.0.4-as-needed.patch
Date: Mon, 02 Feb 2009 11:16:49
Message-Id: E1LTwnG-0003D9-M9@stork.gentoo.org
1 tupone 09/02/02 11:16:46
2
3 Added: paragui-1.0.4-as-needed.patch
4 Log:
5 Fix --as-needed bug #247303
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/paragui/files/paragui-1.0.4-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/paragui/files/paragui-1.0.4-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/paragui/files/paragui-1.0.4-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: paragui-1.0.4-as-needed.patch
15 ===================================================================
16 --- src/Makefile.in.old 2009-02-02 12:01:36.000000000 +0100
17 +++ src/Makefile.in 2009-02-02 12:02:56.000000000 +0100
18 @@ -129,7 +129,7 @@
19 libparagui_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
20
21
22 -libparagui_la_LIBADD = $(SDL_LIBS) $(IMAGE_LIBS) $(EXPAT_LIB) $(PHYSFS_LIB) ./draw/libpgdraw.la ./font/libpgfont.la ./core/libpgcore.la ./widgets/libpgwidgets.la ./themes/libtheme.la $(LIBSTDCPP)
23 +libparagui_la_LIBADD = $(SDL_LIBS) $(IMAGE_LIBS) $(EXPAT_LIB) $(PHYSFS_LIB) -lfreetype ./draw/libpgdraw.la ./font/libpgfont.la ./core/libpgcore.la ./widgets/libpgwidgets.la ./themes/libtheme.la $(LIBSTDCPP)
24
25
26 INCLUDES = $(SDL_CFLAGS) -I$(top_srcdir)/include