aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-05 22:41:44 +0800
committermarino <marino@FreeBSD.org>2014-07-05 22:41:44 +0800
commit8d3c9416a5c617d81670cc332b2c774adfe4852e (patch)
treea91ad412403e99579945889638ebdf93b094bcc5 /audio
parentce0950f838f1f5ed01292e410fde9411f313d68d (diff)
downloadfreebsd-ports-gnome-8d3c9416a5c617d81670cc332b2c774adfe4852e.tar.gz
freebsd-ports-gnome-8d3c9416a5c617d81670cc332b2c774adfe4852e.tar.zst
freebsd-ports-gnome-8d3c9416a5c617d81670cc332b2c774adfe4852e.zip
audio/aubio: LDFLAGS+= -lm (explicit linking)
Diffstat (limited to 'audio')
-rw-r--r--audio/aubio/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk>