pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/binaryen binaryen: update USE_LANGUAGES, it now ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37571b482c8e
branches:  trunk
changeset: 379377:37571b482c8e
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sun May 15 17:22:12 2022 +0000

description:
binaryen: update USE_LANGUAGES, it now uses c++17.

diffstat:

 devel/binaryen/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a1a4642de569 -r 37571b482c8e devel/binaryen/Makefile
--- a/devel/binaryen/Makefile   Sun May 15 17:12:41 2022 +0000
+++ b/devel/binaryen/Makefile   Sun May 15 17:22:12 2022 +0000
@@ -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 @@
 LICENSE=       apache-2.0
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++17
 
 WRKSRC=                ${WRKDIR}/binaryen-${GITHUB_TAG}
 



Home | Main Index | Thread Index | Old Index