pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/multimedia/libmp4v2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon May  1 08:57:40 UTC 2017

Modified Files:
        pkgsrc/multimedia/libmp4v2 [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5347 - requested by sevan
multimedia/libmp4v2: build fix

Revisions pulled up:
- multimedia/libmp4v2/Makefile                                  1.14

---
   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.11.36.1 -r1.11.36.2 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.11.36.1 pkgsrc/multimedia/libmp4v2/Makefile:1.11.36.2
--- pkgsrc/multimedia/libmp4v2/Makefile:1.11.36.1       Sun Apr 23 10:32:09 2017
+++ pkgsrc/multimedia/libmp4v2/Makefile Mon May  1 08:57:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11.36.1 2017/04/23 10:32:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11.36.2 2017/05/01 08:57:40 bsiegert Exp $
 
 DISTNAME=              mpeg4ip-1.6.1
 PKGNAME=               libmp4v2-1.6.1
@@ -22,6 +22,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