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:           Wed Sep 18 14:03:39 UTC 2024

Modified Files:
        pkgsrc/geography/merkaartor: Makefile

Log Message:
geography/merkaator: Spell c++17 correctly


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 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.133 pkgsrc/geography/merkaartor/Makefile:1.134
--- pkgsrc/geography/merkaartor/Makefile:1.133  Wed Sep 18 14:01:30 2024
+++ pkgsrc/geography/merkaartor/Makefile        Wed Sep 18 14:03:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2024/09/18 14:01:30 gdt Exp $
+# $NetBSD: Makefile,v 1.134 2024/09/18 14:03:39 gdt Exp $
 
 DISTNAME=      merkaartor-0.20.0
 CATEGORIES=    geography
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
 # Not documented, but in CMakeLists.txt.
-USE_CC_FEATURES+=      c+17
+USE_CC_FEATURES+=      c++17
 
 USE_TOOLS+=    pkg-config
 



Home | Main Index | Thread Index | Old Index