summaryrefslogtreecommitdiff
blob: 36eb24a3e2fbf4f98065ce8201ca2eea14f6cc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \