Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wsoundserver/files: wsoundserver-0.4.1-as-needed.patch
Date: Mon, 19 Jan 2009 16:21:12
Message-Id: E1LOws8-0005T0-VU@stork.gentoo.org
1 s4t4n 09/01/19 16:21:08
2
3 Added: wsoundserver-0.4.1-as-needed.patch
4 Log:
5 Added patch to fix compilation with --as-needed. Closes bug #248652.
6 Some ebuild QA fixing.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
8
9 Revision Changes Path
10 1.1 x11-plugins/wsoundserver/files/wsoundserver-0.4.1-as-needed.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wsoundserver/files/wsoundserver-0.4.1-as-needed.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wsoundserver/files/wsoundserver-0.4.1-as-needed.patch?rev=1.1&content-type=text/plain
14
15 Index: wsoundserver-0.4.1-as-needed.patch
16 ===================================================================
17 --- configure.in 2009-01-19 16:58:55.000000000 +0100
18 +++ configure.in.new 2009-01-19 16:58:44.000000000 +0100
19 @@ -212,6 +212,7 @@
20 AC_DEFINE(DRIVER_ESD)
21 driver="DRIVER_ESD"
22 else
23 + AM_CONDITIONAL(HAVE_ESD,test "x$enable_esd" = xyes)
24 echo "---------------------------------------------------------------------"
25 echo "--- Checking to see which audio header files your system uses.";
26 echo "--- Most of these checks should fail. Do not be alarmed.";
27
28 --- wslib/Makefile.am 2009-01-19 17:07:10.000000000 +0100
29 +++ wslib/Makefile.am.new 2009-01-19 17:07:28.000000000 +0100
30 @@ -40,7 +40,7 @@
31 LIBLIST = libwsound.la libwsoundeffect.la -L../wseffectlib/ @LIBRARY_SEARCH_PATH@ @XLIBS@
32
33
34 -libwsound_la_LIBADD =
35 +libwsound_la_LIBADD = @XLIBS@
36
37 CLEANFILES =