pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/nuspell



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep  5 09:39:55 UTC 2023

Modified Files:
        pkgsrc/textproc/nuspell: Makefile

Log Message:
nuspell: Use USE_CXX_FEATURES. Fixes build on NetBSD 9.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/nuspell/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/nuspell/Makefile
diff -u pkgsrc/textproc/nuspell/Makefile:1.1 pkgsrc/textproc/nuspell/Makefile:1.2
--- pkgsrc/textproc/nuspell/Makefile:1.1        Sat Sep  2 18:16:57 2023
+++ pkgsrc/textproc/nuspell/Makefile    Tue Sep  5 09:39:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/09/02 18:16:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2023/09/05 09:39:55 nia Exp $
 
 DISTNAME=      nuspell-5.1.3
 CATEGORIES=    textproc
@@ -12,7 +12,9 @@ LICENSE=      gnu-lgpl-v3
 
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++17
+USE_LANGUAGES= c c++
+
+USE_CXX_FEATURES+=     c++17 charconv
 
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release
 



Home | Main Index | Thread Index | Old Index