pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/amnesia-tdd
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 1 10:50:49 UTC 2023
Modified Files:
pkgsrc/games/amnesia-tdd: Makefile
Log Message:
amnesia-ttd: Assumes compiler defaults to C++11.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/amnesia-tdd/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/amnesia-tdd/Makefile
diff -u pkgsrc/games/amnesia-tdd/Makefile:1.3 pkgsrc/games/amnesia-tdd/Makefile:1.4
--- pkgsrc/games/amnesia-tdd/Makefile:1.3 Sat May 6 19:09:17 2023
+++ pkgsrc/games/amnesia-tdd/Makefile Fri Sep 1 10:50:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/06 19:09:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2023/09/01 10:50:49 nia Exp $
DISTNAME= amnesia-tdd-0.3.2
PKGREVISION= 2
@@ -20,6 +20,9 @@ CMAKE_ARGS+= -DSYSTEMWIDE_RESOURCES=ON
CMAKE_ARGS+= -DSYSTEMWIDE_RESOURCES_LOCATION="${PREFIX}/share/amnesia-tdd"
CMAKE_ARGS+= ./amnesia/src
+USE_CXX_FEATURES+= c++11
+FORCE_CXX_STD= c++11
+
.include "../../audio/openal-soft/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/devIL/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index