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: Thu Sep 21 09:23:56 UTC 2023
Modified Files:
pkgsrc/sysutils/xosview2: Makefile
Log Message:
sysutils/xosview2: force C++17 standard.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/sysutils/xosview2/Makefile:1.6
--- pkgsrc/sysutils/xosview2/Makefile:1.5 Tue Sep 5 09:33:14 2023
+++ pkgsrc/sysutils/xosview2/Makefile Thu Sep 21 09:23:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/09/05 09:33:14 vins Exp $
+# $NetBSD: Makefile,v 1.6 2023/09/21 09:23:56 vins Exp $
DISTNAME= xosview2-2.3.3
PKGREVISION= 1
@@ -12,9 +12,10 @@ LICENSE= gnu-gpl-v2 AND original-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= awk
-USE_LANGUAGES= c c++17
+USE_LANGUAGES= c c++
USE_CXX_FEATURES+= c++17
+FORCE_CXX_STD= c++17
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
Home |
Main Index |
Thread Index |
Old Index