pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xosview2
Module Name: pkgsrc
Committed By: vins
Date: Tue Sep 5 09:33:14 UTC 2023
Modified Files:
pkgsrc/sysutils/xosview2: Makefile
Log Message:
xosview2: still requires c++17 in USE_LANGUAGES.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/xosview2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xosview2/Makefile
diff -u pkgsrc/sysutils/xosview2/Makefile:1.4 pkgsrc/sysutils/xosview2/Makefile:1.5
--- pkgsrc/sysutils/xosview2/Makefile:1.4 Fri Sep 1 09:48:20 2023
+++ pkgsrc/sysutils/xosview2/Makefile Tue Sep 5 09:33:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/09/01 09:48:20 nia Exp $
+# $NetBSD: Makefile,v 1.5 2023/09/05 09:33:14 vins Exp $
DISTNAME= xosview2-2.3.3
PKGREVISION= 1
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 AND original-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= awk
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
USE_CXX_FEATURES+= c++17
Home |
Main Index |
Thread Index |
Old Index