You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/jack-rack/files/jack-rack-1.4.8_rc1-underli...

14 lines
315 B

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) \