pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/taglib



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Nov  4 14:03:14 UTC 2016

Modified Files:
        pkgsrc/audio/taglib: Makefile

Log Message:
taglib: require gcc 4.7 for our own use of -std=c++11.

the flag is needed, but was only introduced in gcc 4.7.

fixes build on netbsd 6.1.5


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/taglib/Makefile

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

Modified files:

Index: pkgsrc/audio/taglib/Makefile
diff -u pkgsrc/audio/taglib/Makefile:1.37 pkgsrc/audio/taglib/Makefile:1.38
--- pkgsrc/audio/taglib/Makefile:1.37   Mon Oct 31 16:32:56 2016
+++ pkgsrc/audio/taglib/Makefile        Fri Nov  4 14:03:14 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/10/31 16:32:56 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2016/11/04 14:03:14 maya Exp $
 
 DISTNAME=      taglib-1.11.1
 CATEGORIES=    audio
@@ -11,6 +11,7 @@ LICENSE=      gnu-lgpl-v2.1 OR mpl-1.1
 
 USE_LANGUAGES= c c++
 CXXFLAGS+=     -std=c++11
+GCC_REQD+=     4.7
 
 USE_CMAKE=             YES
 CMAKE_ARGS=            -DWITH_MP4=ON -DWITH_ASF=ON



Home | Main Index | Thread Index | Old Index