pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/taglib taglib: require gcc 4.7 for our own use o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fccfaeb8004
branches: trunk
changeset: 354608:9fccfaeb8004
user: maya <maya%pkgsrc.org@localhost>
date: Fri Nov 04 14:03:14 2016 +0000
description:
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
diffstat:
audio/taglib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fce42e75b357 -r 9fccfaeb8004 audio/taglib/Makefile
--- a/audio/taglib/Makefile Fri Nov 04 13:45:31 2016 +0000
+++ b/audio/taglib/Makefile Fri Nov 04 14:03:14 2016 +0000
@@ -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 @@
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