summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/faac/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 35af4f697db..005f329d60a 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/06/23 10:59:40 nia Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/23 11:41:25 nia Exp $
DISTNAME= faac-1.29.9.2
CATEGORIES= audio
@@ -13,6 +13,9 @@ USE_LIBTOOL= yes
USE_TOOLS+= aclocal autoconf autoheader automake
GNU_CONFIGURE= yes
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
+GCC_REQD+= 4.8
+
pre-configure:
cd ${WRKSRC} && aclocal -I . && autoheader && libtoolize --automake \
&& automake -a && autoconf