pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/faac



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 23 11:41:25 UTC 2019

Modified Files:
        pkgsrc/audio/faac: Makefile

Log Message:
faac: This needs gcc 4.8, for the same reason as faad2.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/faac/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/faac/Makefile
diff -u pkgsrc/audio/faac/Makefile:1.16 pkgsrc/audio/faac/Makefile:1.17
--- pkgsrc/audio/faac/Makefile:1.16     Sun Jun 23 10:59:40 2019
+++ pkgsrc/audio/faac/Makefile  Sun Jun 23 11:41:25 2019
@@ -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



Home | Main Index | Thread Index | Old Index