pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q3] pkgsrc/audio/taglib



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Nov  5 10:16:17 UTC 2016

Modified Files:
        pkgsrc/audio/taglib [pkgsrc-2016Q3]: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.4.1 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.36 pkgsrc/audio/taglib/Makefile:1.36.4.1
--- pkgsrc/audio/taglib/Makefile:1.36   Sat May 14 15:01:05 2016
+++ pkgsrc/audio/taglib/Makefile        Sat Nov  5 10:16:17 2016
@@ -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 @@ 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