aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-10-21 20:37:33 +0800
committermm <mm@FreeBSD.org>2012-10-21 20:37:33 +0800
commit142236c9d74f09dd11367af17c67f0399590f726 (patch)
treee4bbf1a5b0d13e0cb64dc4a7c2458d3762cf92c8 /audio
parentd610414f7068358ef5c911c3db800ff67968a16c (diff)
downloadfreebsd-ports-gnome-142236c9d74f09dd11367af17c67f0399590f726.tar.gz
freebsd-ports-gnome-142236c9d74f09dd11367af17c67f0399590f726.tar.zst
freebsd-ports-gnome-142236c9d74f09dd11367af17c67f0399590f726.zip
Pass LIBS="-lm" to configure environment
Suggested by: RyoTa SimaMoto on freebsd-ports@ Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r--audio/fdk-aac/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/fdk-aac/Makefile b/audio/fdk-aac/Makefile
index 2c67dd31f39b..7faac25016ea 100644
--- a/audio/fdk-aac/Makefile
+++ b/audio/fdk-aac/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fdk-aac
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
@@ -22,6 +23,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LIBS="-lm"
post-patch:
@${REINPLACE_CMD} -E -e \