aboutsummaryrefslogtreecommitdiff
path: root/audio/fdk-aac
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-10-21 12:37:33 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-10-21 12:37:33 +0000
commitb9fc8f703b0a8c825b833ac6ce58cf91009a5003 (patch)
treee4bbf1a5b0d13e0cb64dc4a7c2458d3762cf92c8 /audio/fdk-aac
parenta6524b54d13b3e0aba17a1c3306a56e0984b2be8 (diff)
downloadports-b9fc8f703b0a8c825b833ac6ce58cf91009a5003.tar.gz
ports-b9fc8f703b0a8c825b833ac6ce58cf91009a5003.zip
Pass LIBS="-lm" to configure environment
Suggested by: RyoTa SimaMoto on freebsd-ports@ Feature safe: yes
Notes
Notes: svn path=/head/; revision=306232
Diffstat (limited to 'audio/fdk-aac')
-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 \