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 unified 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,20 +1,23 @@ @@ -1,20 +1,23 @@
1# $NetBSD: Makefile,v 1.16 2019/06/23 10:59:40 nia Exp $ 1# $NetBSD: Makefile,v 1.17 2019/06/23 11:41:25 nia Exp $
2 2
3DISTNAME= faac-1.29.9.2 3DISTNAME= faac-1.29.9.2
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://faac.sourceforge.net/ 8HOMEPAGE= http://faac.sourceforge.net/
9COMMENT= AAC audio encoder 9COMMENT= AAC audio encoder
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13USE_TOOLS+= aclocal autoconf autoheader automake 13USE_TOOLS+= aclocal autoconf autoheader automake
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15 15
 16# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
 17GCC_REQD+= 4.8
 18
16pre-configure: 19pre-configure:
17 cd ${WRKSRC} && aclocal -I . && autoheader && libtoolize --automake \ 20 cd ${WRKSRC} && aclocal -I . && autoheader && libtoolize --automake \
18 && automake -a && autoconf 21 && automake -a && autoconf
19 22
20.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"