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: nia
Date: Fri Sep 1 09:48:20 UTC 2023
Modified Files:
pkgsrc/sysutils/xosview2: Makefile
Log Message:
xosview2: Convert to USE_CXX_FEATURES.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/sysutils/xosview2/Makefile:1.4
--- pkgsrc/sysutils/xosview2/Makefile:1.3 Sun Jan 29 21:17:53 2023
+++ pkgsrc/sysutils/xosview2/Makefile Fri Sep 1 09:48:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/01/29 21:17:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2023/09/01 09:48:20 nia Exp $
DISTNAME= xosview2-2.3.3
PKGREVISION= 1
@@ -12,7 +12,9 @@ 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
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
Home |
Main Index |
Thread Index |
Old Index