pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libmp4v2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 21 14:48:41 UTC 2017

Modified Files:
        pkgsrc/multimedia/libmp4v2: Makefile

Log Message:
Simon Burge reports this needs gcc-5.x. Add GCC_REQD.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/libmp4v2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libmp4v2/Makefile
diff -u pkgsrc/multimedia/libmp4v2/Makefile:1.13 pkgsrc/multimedia/libmp4v2/Makefile:1.14
--- pkgsrc/multimedia/libmp4v2/Makefile:1.13    Mon Apr 17 08:48:01 2017
+++ pkgsrc/multimedia/libmp4v2/Makefile Fri Apr 21 14:48:41 2017
@@ -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



Home | Main Index | Thread Index | Old Index