diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-21 14:48:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-21 14:48:41 +0000 |
commit | a2afa7235b04dafb9dce07736dbed38f94ae6011 (patch) | |
tree | 35e3fecbb40406f3af4e83609d11fd2d92722614 /multimedia | |
parent | 5fab9f680d5058796b068ca5c2cc21fce1ef86d2 (diff) | |
download | pkgsrc-a2afa7235b04dafb9dce07736dbed38f94ae6011.tar.gz |
Simon Burge reports this needs gcc-5.x. Add GCC_REQD.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libmp4v2/Makefile | 4 |
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 |