pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/kid3
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 9 15:37:12 UTC 2023
Modified Files:
pkgsrc/audio/kid3: Makefile
Log Message:
kid3: require gcc 8 since this uses std::filesystem
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/audio/kid3/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/kid3/Makefile
diff -u pkgsrc/audio/kid3/Makefile:1.127 pkgsrc/audio/kid3/Makefile:1.128
--- pkgsrc/audio/kid3/Makefile:1.127 Wed Feb 1 20:10:04 2023
+++ pkgsrc/audio/kid3/Makefile Thu Feb 9 15:37:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2023/02/01 20:10:04 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2023/02/09 15:37:11 wiz Exp $
DISTNAME= kid3-3.9.3
CATEGORIES= audio kde
@@ -24,6 +24,9 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFI
BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden
+# std::filesystem
+GCC_REQD= 8
+
SUBST_CLASSES+= apple
SUBST_MESSAGE.apple= Avoiding Mac OS X application bundles
SUBST_STAGE.apple= pre-configure
Home |
Main Index |
Thread Index |
Old Index