From 9fec926b5bd5c56050077c96318c9dc09ac7d8c7 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 5 Jul 2014 14:41:44 +0000 Subject: [PATCH] audio/aubio: LDFLAGS+= -lm (explicit linking) --- audio/aubio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index 54e3964dceb5..a4955a7b212c 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -24,5 +24,6 @@ USES= gmake pathfix pkgconfig libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lm .include