diff options
Diffstat (limited to 'media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch')
-rw-r--r-- | media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch b/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch new file mode 100644 index 000000000000..36eb24a3e2fb --- /dev/null +++ b/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch @@ -0,0 +1,18 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Tue Aug 21 12:42:14 UTC 2012 +Subject: build system + +fix underlinking + +--- SDL_sound-1.0.3/Makefile.am ++++ SDL_sound-1.0.3/Makefile.am +@@ -32,7 +32,8 @@ + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + libSDL_sound_la_LIBADD = \ + decoders/libdecoders.la \ +- $(TIMIDITY_LIB) $(MPGLIB_LIB) ++ $(TIMIDITY_LIB) $(MPGLIB_LIB) \ ++ -lm + + EXTRA_DIST = \ + CREDITS \ |