summaryrefslogtreecommitdiff
path: root/sdl_sound/sdl-sound-1.0.3-underlinking.patch
blob: 36eb24a3e2fbf4f98065ce8201ca2eea14f6cc4a (plain)
    1 From: Julian Ospald <hasufell@gentoo.org>
    2 Date: Tue Aug 21 12:42:14 UTC 2012
    3 Subject: build system
    4 
    5 fix underlinking
    6 
    7 --- SDL_sound-1.0.3/Makefile.am
    8 +++ SDL_sound-1.0.3/Makefile.am
    9 @@ -32,7 +32,8 @@
   10  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
   11  libSDL_sound_la_LIBADD =	\
   12  	decoders/libdecoders.la	\
   13 -	$(TIMIDITY_LIB) $(MPGLIB_LIB)
   14 +	$(TIMIDITY_LIB) $(MPGLIB_LIB) \
   15 +	-lm
   16  
   17  EXTRA_DIST =	\
   18  	CREDITS \

Generated by cgit