pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xonotic



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May  5 09:49:52 UTC 2024

Modified Files:
        pkgsrc/games/xonotic: Makefile.common

Log Message:
xonotic: no longer includes any c++ code.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/xonotic/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xonotic/Makefile.common
diff -u pkgsrc/games/xonotic/Makefile.common:1.1 pkgsrc/games/xonotic/Makefile.common:1.2
--- pkgsrc/games/xonotic/Makefile.common:1.1    Sun May  5 09:31:36 2024
+++ pkgsrc/games/xonotic/Makefile.common        Sun May  5 09:49:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2024/05/05 09:31:36 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2024/05/05 09:49:52 nia Exp $
 
 # used by games/xonotic/Makefile
 # used by games/xonotic-dedicated/Makefile
@@ -13,13 +13,10 @@ HOMEPAGE=   https://xonotic.org/
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=    gmake pkg-config
-USE_LANGUAGES= c c++
 
 DISTINFO_FILE= ${.CURDIR}/../../games/xonotic/distinfo
 PATCHDIR=      ${.CURDIR}/../../games/xonotic/patches
 
-USE_CXX_FEATURES+=     c++11
-
 MAKE_ENV+=     DP_LINK_CRYPTO=shared
 MAKE_ENV+=     DP_LINK_CRYPTO_RIJNDAEL=shared
 MAKE_ENV+=     DP_LINK_JPEG=shared



Home | Main Index | Thread Index | Old Index