Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/gnopernicus/files: gnopernicus-1.0.7-asneeded.patch
Date: Tue, 29 Jun 2010 20:17:49
Message-Id: 20100629201744.33B562C3ED@corvid.gentoo.org
1 ssuominen 10/06/29 20:17:44
2
3 Added: gnopernicus-1.0.7-asneeded.patch
4 Log:
5 Fix building with -Wl,--as-needed wrt #246729 by Diego E. Pettenò.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-accessibility/gnopernicus/files/gnopernicus-1.0.7-asneeded.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/gnopernicus/files/gnopernicus-1.0.7-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/gnopernicus/files/gnopernicus-1.0.7-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: gnopernicus-1.0.7-asneeded.patch
15 ===================================================================
16 --- speech/test/Makefile.am
17 +++ speech/test/Makefile.am
18 @@ -3,14 +3,13 @@
19 noinst_PROGRAMS = tester
20
21 tester_SOURCES = tester.c
22 -tester_LDFLAGS = $(LIBSRS_LIBS)
23
24 INCLUDES = -I$(srcdir)/../libsrs \
25 -I$(top_srcdir)/srconf/libsrconf \
26 $(LIBSRS_CFLAGS) \
27 -DG_LOG_DOMAIN=\"gnopernicus\"
28
29 -LDADD = ../libsrs/libsrs.la ../../srconf/libsrconf/libsrconf.la ../../srutil/libsrutil.la
30 +LDADD = $(LIBSRS_LIBS) ../libsrs/libsrs.la ../../srconf/libsrconf/libsrconf.la ../../srutil/libsrutil.la
31
32
33 EXTRA_DIST = srsml.xml