summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz>2017-04-21 14:48:41 +0000
committerwiz <wiz>2017-04-21 14:48:41 +0000
commit33c264969dfa5a2809d42631d87a5b75099ea11c (patch)
tree962ad128bb1a7ea23fe10bd05429e1d254619850 /multimedia
parent767158a87d5050ab3c491397df65c264a4a7a2c1 (diff)
downloadpkgsrc-33c264969dfa5a2809d42631d87a5b75099ea11c.tar.gz
Simon Burge reports this needs gcc-5.x. Add GCC_REQD.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libmp4v2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile
index c13760cfbd0..615169e6c46 100644
--- a/multimedia/libmp4v2/Makefile
+++ b/multimedia/libmp4v2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/04/17 08:48:01 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/04/21 14:48:41 wiz Exp $
DISTNAME= mpeg4ip-1.6.1
PKGNAME= libmp4v2-1.6.1
@@ -20,6 +20,8 @@ CONFIGURE_ARGS+= USENASM=no
# the "bootstrap" script checks too much, and isn't useful anyway
#CONFIGURE_SCRIPT= bootstrap
+GCC_REQD= 5.4
+
# libmp4v2 has config.{guess,sub} also in common/video/iso-mpeg4
# (unused by libmp4v2 build)
OVERRIDE_DIRDEPTH= 3