summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-23 11:41:25 +0000
committernia <nia@pkgsrc.org>2019-06-23 11:41:25 +0000
commita5e2ad1a8134dc2e1d4f8814a5df1ec4a1f398a0 (patch)
treefbf7258ef7362bcd4f564bb1aba3263f32cb8af3 /audio
parentd66689182f4842a2ffd33108b94ef1018a67d07f (diff)
downloadpkgsrc-a5e2ad1a8134dc2e1d4f8814a5df1ec4a1f398a0.tar.gz
faac: This needs gcc 4.8, for the same reason as faad2.
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