pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/asc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  9 23:15:51 UTC 2025

Modified Files:
        pkgsrc/games/asc: Makefile

Log Message:
asc: force to C++11

Defaults to c++17 in some environments (like NetBSD 11) but doesn't
build that way.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/games/asc/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/asc/Makefile
diff -u pkgsrc/games/asc/Makefile:1.105 pkgsrc/games/asc/Makefile:1.106
--- pkgsrc/games/asc/Makefile:1.105     Thu Oct 23 20:36:57 2025
+++ pkgsrc/games/asc/Makefile   Sun Nov  9 23:15:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2025/10/23 20:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2025/11/09 23:15:51 wiz Exp $
 
 DISTNAME=      asc-2.6.1.0
 PKGREVISION=   37
@@ -32,6 +32,7 @@ USE_TOOLS+=   gmake
 USE_LANGUAGES= c c++
 
 USE_CXX_FEATURES+=     c++11
+FORCE_CXX_STD=         c++11
 
 CPPFLAGS+=     -D__EXPORT__=
 MAKE_ENV+=     top_builddir=.
@@ -50,7 +51,7 @@ CONFIGURE_ARGS+=      --disable-oggtest
 CONFIGURE_ARGS+=       --disable-vorbistest
 CONFIGURE_ARGS+=       --disable-ft2test
 
-GNU_CONFIGURE_WX_VERSION= no
+GNU_CONFIGURE_WX_VERSION=      no
 
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/pixmaps



Home | Main Index | Thread Index | Old Index