Sun Jun 23 11:41:25 2019 UTC ()
faac: This needs gcc 4.8, for the same reason as faad2.


(nia)
diff -r1.16 -r1.17 pkgsrc/audio/faac/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/audio/faac/Makefile (expand / switch to context diff)
--- pkgsrc/audio/faac/Makefile 2019/06/23 10:59:40 1.16
+++ pkgsrc/audio/faac/Makefile 2019/06/23 11:41:25 1.17
@@ -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
@@ -12,6 +12,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 \