pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binaryen



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun May 15 17:22:12 UTC 2022

Modified Files:
        pkgsrc/devel/binaryen: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/binaryen/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/binaryen/Makefile
diff -u pkgsrc/devel/binaryen/Makefile:1.10 pkgsrc/devel/binaryen/Makefile:1.11
--- pkgsrc/devel/binaryen/Makefile:1.10 Thu May 12 07:57:22 2022
+++ pkgsrc/devel/binaryen/Makefile      Sun May 15 17:22:12 2022
@@ -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 infrastr
 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