pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wabt
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 9 15:28:30 UTC 2023
Modified Files:
pkgsrc/devel/wabt: Makefile
Log Message:
wabt: Add missing OpenSSL dependency. Require a C++17 compiler the proper
way.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/wabt/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/wabt/Makefile
diff -u pkgsrc/devel/wabt/Makefile:1.18 pkgsrc/devel/wabt/Makefile:1.19
--- pkgsrc/devel/wabt/Makefile:1.18 Mon May 22 14:10:42 2023
+++ pkgsrc/devel/wabt/Makefile Sun Jul 9 15:28:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/05/22 14:10:42 fcambus Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/09 15:28:30 nia Exp $
DISTNAME= wabt-1.0.33
CATEGORIES= devel
@@ -13,11 +13,15 @@ CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}
USE_CMAKE= yes
-USE_LANGUAGES= c gnu++17
+USE_LANGUAGES= c c++
+
+# C++17
+GCC_REQD+= 7
CMAKE_ARGS+= -DBUILD_TESTS=OFF -DBUILD_LIBWASM=OFF
post-extract:
${MKDIR} ${WRKDIR}/build
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index