pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2016Q3]: pkgsrc/audio/taglib Pullup ticket #5151 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/14df50120125
branches: pkgsrc-2016Q3
changeset: 408809:14df50120125
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat Nov 05 10:16:17 2016 +0000
description:
Pullup ticket #5151 - requested by maya
audio/taglib: build fix
Revisions pulled up:
- audio/taglib/Makefile 1.38
---
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
diffstat:
audio/taglib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7936e114c625 -r 14df50120125 audio/taglib/Makefile
--- a/audio/taglib/Makefile Thu Nov 03 20:03:12 2016 +0000
+++ b/audio/taglib/Makefile Sat Nov 05 10:16:17 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/05/14 15:01:05 abs Exp $
+# $NetBSD: Makefile,v 1.36.4.1 2016/11/05 10:16:17 bsiegert Exp $
DISTNAME= taglib-1.11
PKGREVISION= 1
@@ -12,6 +12,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