summaryrefslogtreecommitdiff
path: root/audio/faad2
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-17 10:48:32 +0000
committernia <nia@pkgsrc.org>2019-06-17 10:48:32 +0000
commitd0b5e5c13b0f626f63a66e6a0c11e924e8ae61f2 (patch)
tree5d886b00a9c583dc1bd31604a6161578a7031065 /audio/faad2
parent1326f99679617e2eed7cb40382b257137972cf96 (diff)
downloadpkgsrc-d0b5e5c13b0f626f63a66e6a0c11e924e8ae61f2.tar.gz
faad2: GCC_REQD+= 4.8
Diffstat (limited to 'audio/faad2')
-rw-r--r--audio/faad2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index 13f2118a9a6..d2e7ce10114 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -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 autoreconf gmake
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