pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/faac faac: This needs gcc 4.8, for the same reas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9ab5ab79038
branches:  trunk
changeset: 335617:f9ab5ab79038
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 23 11:41:25 2019 +0000

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

diffstat:

 audio/faac/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 28c770ca9292 -r f9ab5ab79038 audio/faac/Makefile
--- a/audio/faac/Makefile       Sun Jun 23 11:20:23 2019 +0000
+++ b/audio/faac/Makefile       Sun Jun 23 11:41:25 2019 +0000
@@ -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_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