Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl-sound/files: sdl-sound-1.0.3-underlinking.patch
Date: Tue, 21 Aug 2012 19:47:44
Message-Id: 20120821194733.02CCD20273@flycatcher.gentoo.org
1 hasufell 12/08/21 19:47:32
2
3 Added: sdl-sound-1.0.3-underlinking.patch
4 Log:
5 fix underlinking issues wrt #432192
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: sdl-sound-1.0.3-underlinking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Tue Aug 21 12:42:14 UTC 2012
19 Subject: build system
20
21 fix underlinking
22
23 --- SDL_sound-1.0.3/Makefile.am
24 +++ SDL_sound-1.0.3/Makefile.am
25 @@ -32,7 +32,8 @@
26 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
27 libSDL_sound_la_LIBADD = \
28 decoders/libdecoders.la \
29 - $(TIMIDITY_LIB) $(MPGLIB_LIB)
30 + $(TIMIDITY_LIB) $(MPGLIB_LIB) \
31 + -lm
32
33 EXTRA_DIST = \
34 CREDITS \