summaryrefslogtreecommitdiff
path: root/devel/binaryen
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2022-05-15 17:22:12 +0000
committerfcambus <fcambus@pkgsrc.org>2022-05-15 17:22:12 +0000
commitb699902a164dc392b0dd11c9000a08e5fa079906 (patch)
tree933d1271dd4be2094907f8aaf1ea8cd1d09683d9 /devel/binaryen
parentce9113cef6c78f06103bce8d7a85f93e1183f1d3 (diff)
downloadpkgsrc-b699902a164dc392b0dd11c9000a08e5fa079906.tar.gz
binaryen: update USE_LANGUAGES, it now uses c++17.
Diffstat (limited to 'devel/binaryen')
-rw-r--r--devel/binaryen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile
index 6368ce4c7e9..3c22de07edc 100644
--- a/devel/binaryen/Makefile
+++ b/devel/binaryen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/05/12 07:57:22 fcambus Exp $
+# $NetBSD: Makefile,v 1.11 2022/05/15 17:22:12 fcambus Exp $
VERSION= 108
DISTNAME= binaryen-${VERSION}
@@ -12,7 +12,7 @@ COMMENT= Compiler and toolchain infrastructure library for WebAssembly
LICENSE= apache-2.0
USE_CMAKE= yes
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++17
WRKSRC= ${WRKDIR}/binaryen-${GITHUB_TAG}