pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/faad2 faad2: GCC_REQD+= 4.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/074ea4408423
branches:  trunk
changeset: 397125:074ea4408423
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jun 17 10:48:32 2019 +0000

description:
faad2: GCC_REQD+= 4.8

diffstat:

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

diffs (19 lines):

diff -r 38ad271e87c0 -r 074ea4408423 audio/faad2/Makefile
--- a/audio/faad2/Makefile      Mon Jun 17 10:46:37 2019 +0000
+++ b/audio/faad2/Makefile      Mon Jun 17 10:48:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/06/05 06:07:27 nia Exp $
+# $NetBSD: Makefile,v 1.52 2019/06/17 10:48:32 nia Exp $
 # IMPORTANT: Do not forget to update audio/xmms-faad
 
 DISTNAME=      faad2-2.8.8
@@ -16,6 +16,9 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/faad2
 
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
+GCC_REQD+=             4.8
+
 LIBS+=                 -lm
 CPPFLAGS.SunOS+=       -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1
 



Home | Main Index | Thread Index | Old Index