pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/alephone



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug  4 17:27:43 UTC 2023

Modified Files:
        pkgsrc/games/alephone: Makefile

Log Message:
alephone: "fails with C++14 default language" is no longer accurate
(in fact it requires c++17)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/alephone/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/alephone/Makefile
diff -u pkgsrc/games/alephone/Makefile:1.30 pkgsrc/games/alephone/Makefile:1.31
--- pkgsrc/games/alephone/Makefile:1.30 Wed Aug  2 19:21:51 2023
+++ pkgsrc/games/alephone/Makefile      Fri Aug  4 17:27:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2023/08/02 19:21:51 nia Exp $
+# $NetBSD: Makefile,v 1.31 2023/08/04 17:27:43 nia Exp $
 
 DISTNAME=      AlephOne-20230119
 PKGNAME=       ${DISTNAME:tl}
@@ -18,8 +18,7 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            pkg-config gmake
 GNU_CONFIGURE=         yes
 
-# Fails with C++14 default language.
-FORCE_CXX_STD=         c++03
+USE_CXX_FEATURES+=     c++17
 
 CONFIGURE_ARGS+=       --with-boost=${PREFIX}
 



Home | Main Index | Thread Index | Old Index