pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/adaptagrams
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 1 10:20:32 UTC 2023
Modified Files:
pkgsrc/graphics/adaptagrams: Makefile
Log Message:
adaptagrams: Convert to USE_CXX_FEATURES
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/adaptagrams/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/adaptagrams/Makefile
diff -u pkgsrc/graphics/adaptagrams/Makefile:1.8 pkgsrc/graphics/adaptagrams/Makefile:1.9
--- pkgsrc/graphics/adaptagrams/Makefile:1.8 Mon Jul 10 07:31:50 2023
+++ pkgsrc/graphics/adaptagrams/Makefile Fri Sep 1 10:20:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/07/10 07:31:50 nia Exp $
+# $NetBSD: Makefile,v 1.9 2023/09/01 10:20:32 nia Exp $
GITHUB_PROJECT= adaptagrams
GITHUB_TAG= 0503f7524f5b2aa96b356dfdd817f9f9869d2b20
@@ -22,7 +22,8 @@ USE_LIBTOOL= yes
# Does not set -std=c++XX, but sigc++ (via cairomm) uses C++11 features in
# its headers.
-USE_LANGUAGES= c c++11
+FORCE_CXX_STD= c++11
+USE_CXX_FEATURES+= c++11
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index