pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/merkaartor
Module Name: pkgsrc
Committed By: gdt
Date: Mon Jun 22 18:28:11 UTC 2026
Modified Files:
pkgsrc/geography/merkaartor: Makefile
Log Message:
geography/merkaator: Fix USE of c++17 to be CXX not CC
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/geography/merkaartor/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/merkaartor/Makefile
diff -u pkgsrc/geography/merkaartor/Makefile:1.162 pkgsrc/geography/merkaartor/Makefile:1.163
--- pkgsrc/geography/merkaartor/Makefile:1.162 Thu May 14 16:41:07 2026
+++ pkgsrc/geography/merkaartor/Makefile Mon Jun 22 18:28:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2026/05/14 16:41:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.163 2026/06/22 18:28:10 gdt Exp $
DISTNAME= merkaartor-0.20.0
PKGREVISION= 25
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
# Not documented, but in CMakeLists.txt.
-USE_CC_FEATURES+= c++17
+USE_CXX_FEATURES+= c++17
USE_TOOLS+= pkg-config
Home |
Main Index |
Thread Index |
Old Index