Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/nas/files: nas-1.9.2-asneeded.patch
Date: Sat, 06 Feb 2010 13:08:07
Message-Id: E1NdkOL-0001Af-Sc@stork.gentoo.org
1 ssuominen 10/02/06 13:08:05
2
3 Added: nas-1.9.2-asneeded.patch
4 Log:
5 Fix building with -Wl,--as-needed wrt #247761 by Kacper Kowalik.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/nas/files/nas-1.9.2-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/nas/files/nas-1.9.2-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/nas/files/nas-1.9.2-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: nas-1.9.2-asneeded.patch
15 ===================================================================
16 http://bugs.gentoo.org/show_bug.cgi?id=247761
17
18 --- config/NetAudio.tmpl
19 +++ config/NetAudio.tmpl
20 @@ -162,7 +162,7 @@
21
22 AUDIODEPLIBS = $(DEPAULIB) $(DEPXTOOLLIB) $(DEPXLIB)
23 #ifndef WIN32
24 - AUDIOLIBS = $(AULIB) $(XTOOLLIB) $(XLIB) -lm
25 + AUDIOLIBS = $(AULIB) $(XTOOLLIB) $(XAUTHLIB) $(XLIB) -lm
26 #else /* WIN32 */
27 AUDIOLIBS = $(AULIB)
28 #endif /* WIN32 */