pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/astyle
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Jun 25 17:04:54 UTC 2025
Modified Files:
pkgsrc/devel/astyle: Makefile
Log Message:
astyle: needs C++17 and <filesystem>. Hopefully fixes NetBSD 9 build.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/astyle/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/astyle/Makefile
diff -u pkgsrc/devel/astyle/Makefile:1.24 pkgsrc/devel/astyle/Makefile:1.25
--- pkgsrc/devel/astyle/Makefile:1.24 Wed May 21 18:30:34 2025
+++ pkgsrc/devel/astyle/Makefile Wed Jun 25 17:04:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2025/05/21 18:30:34 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2025/06/25 17:04:54 schmonz Exp $
DISTNAME= astyle-3.6.9
CATEGORIES= devel textproc
@@ -12,6 +12,7 @@ LICENSE= gnu-lgpl-v3
USE_TOOLS+= gmake
USE_LANGUAGES= c++
+USE_CXX_FEATURES+= c++17 filesystem
AUTO_MKDIRS= yes
CMAKE_CONFIGURE_ARGS+= -DBUILD_JAVA_LIBS=OFF
Home |
Main Index |
Thread Index |
Old Index