pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/faad2



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 17 10:48:32 UTC 2019

Modified Files:
        pkgsrc/audio/faad2: Makefile

Log Message:
faad2: GCC_REQD+= 4.8


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/audio/faad2/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/faad2/Makefile
diff -u pkgsrc/audio/faad2/Makefile:1.51 pkgsrc/audio/faad2/Makefile:1.52
--- pkgsrc/audio/faad2/Makefile:1.51    Wed Jun  5 06:07:27 2019
+++ pkgsrc/audio/faad2/Makefile Mon Jun 17 10:48:32 2019
@@ -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 @@ USE_TOOLS+=           autoconf automake autorecon
 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