diff options
author | marino <marino@FreeBSD.org> | 2014-07-05 22:41:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-05 22:41:44 +0800 |
commit | 8d3c9416a5c617d81670cc332b2c774adfe4852e (patch) | |
tree | a91ad412403e99579945889638ebdf93b094bcc5 /audio | |
parent | ce0950f838f1f5ed01292e410fde9411f313d68d (diff) | |
download | freebsd-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/Makefile | 1 |
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> |