pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/openclonk
Module Name: pkgsrc
Committed By: charlotte
Date: Sat Jul 26 06:51:24 UTC 2025
Modified Files:
pkgsrc/games/openclonk: Makefile
Log Message:
games/openclonk: Don't use GCC_REQD. Use GNU make on purpose
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/openclonk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/openclonk/Makefile
diff -u pkgsrc/games/openclonk/Makefile:1.12 pkgsrc/games/openclonk/Makefile:1.13
--- pkgsrc/games/openclonk/Makefile:1.12 Thu Apr 24 14:14:03 2025
+++ pkgsrc/games/openclonk/Makefile Sat Jul 26 06:51:23 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/04/24 14:14:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/07/26 06:51:23 charlotte Exp $
DISTNAME= openclonk-8.1-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= games
MASTER_SITES= http://www.openclonk.org/builds/release/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
@@ -15,8 +15,9 @@ LICENSE= isc
WRKSRC= ${WRKDIR}/openclonk-release-${PKGVERSION_NOREV}-src
EXTRACT_USING= gtar
USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-GCC_REQD+= 4.9
+USE_TOOLS+= gmake pkg-config
+
+USE_CXX_FEATURES+= c++14
.include "../../devel/cmake/build.mk"
.include "../../audio/SDL2_mixer/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index