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:   gutteridge
Date:           Sat Sep 16 18:36:49 UTC 2023

Modified Files:
        pkgsrc/textproc/nuspell: Makefile

Log Message:
nuspell: also requires C++17 filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/textproc/nuspell/Makefile:1.3
--- pkgsrc/textproc/nuspell/Makefile:1.2        Tue Sep  5 09:39:55 2023
+++ pkgsrc/textproc/nuspell/Makefile    Sat Sep 16 18:36:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/09/05 09:39:55 nia Exp $
+# $NetBSD: Makefile,v 1.3 2023/09/16 18:36:49 gutteridge Exp $
 
 DISTNAME=      nuspell-5.1.3
 CATEGORIES=    textproc
@@ -14,7 +14,7 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
-USE_CXX_FEATURES+=     c++17 charconv
+USE_CXX_FEATURES+=     c++17 charconv filesystem
 
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release
 



Home | Main Index | Thread Index | Old Index