pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/musicbrainz
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Feb 1 10:04:38 UTC 2018
Modified Files:
pkgsrc/audio/musicbrainz: Makefile
Log Message:
musicbrainz: Specify C++03, not C++11 clean.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/musicbrainz/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/musicbrainz/Makefile
diff -u pkgsrc/audio/musicbrainz/Makefile:1.27 pkgsrc/audio/musicbrainz/Makefile:1.28
--- pkgsrc/audio/musicbrainz/Makefile:1.27 Wed Apr 20 12:10:30 2016
+++ pkgsrc/audio/musicbrainz/Makefile Thu Feb 1 10:04:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/04/20 12:10:30 nros Exp $
+# $NetBSD: Makefile,v 1.28 2018/02/01 10:04:38 jperkin Exp $
DISTNAME= libmusicbrainz-2.1.5
PKGNAME= ${DISTNAME:S/lib//}
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libmusicbrainz.pc.in
Home |
Main Index |
Thread Index |
Old Index