pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/souffle
Module Name: pkgsrc
Committed By: nia
Date: Thu Jun 18 15:07:39 UTC 2026
Modified Files:
pkgsrc/lang/souffle: Makefile
Log Message:
souffle: This needs support for the C++17 filesystem API.
The netbsd-9 system compiler has support for C++17 but lacks the file
system API, and is still technically supported.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/souffle/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/souffle/Makefile
diff -u pkgsrc/lang/souffle/Makefile:1.2 pkgsrc/lang/souffle/Makefile:1.3
--- pkgsrc/lang/souffle/Makefile:1.2 Mon Apr 27 10:32:03 2026
+++ pkgsrc/lang/souffle/Makefile Thu Jun 18 15:07:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/04/27 10:32:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/06/18 15:07:39 nia Exp $
DISTNAME= souffle-2.5
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -12,7 +12,7 @@ LICENSE= upl-1.0
USE_TOOLS+= flex bison pkg-config git
USE_LANGUAGES= c c++
-USE_CXX_FEATURES+= c++17
+USE_CXX_FEATURES+= c++17 filesystem
PTHREAD_AUTO_VARS= yes
CMAKE_GENERATORS_INCOMPATIBLE= make
Home |
Main Index |
Thread Index |
Old Index