summaryrefslogtreecommitdiff
path: root/media-sound/jack-rack/files/jack-rack-1.4.8_rc1-underlinking.patch
blob: 9948df4effbefac9054bdaf245430e9c78d6e9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This should be applied after Debian 02-gcc45_binutils_gold.patch which adds -ldl, but
we need also -lm wrt http://bugs.gentoo.org/463696 for exp(), log() and logf()

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,6 +56,7 @@
 	-DDTDDIR=\"$(dtddir)\"
 
 LIBS = \
+	-lm \
 	-ldl \
 	$(JACK_LIBS) \
 	$(GTK_LIBS) \