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:   adam
Date:           Thu Mar 16 08:36:24 UTC 2023

Modified Files:
        pkgsrc/devel/binaryen: Makefile

Log Message:
binaryen: switch to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/devel/binaryen/Makefile:1.17
--- pkgsrc/devel/binaryen/Makefile:1.16 Sun Feb 12 22:32:58 2023
+++ pkgsrc/devel/binaryen/Makefile      Thu Mar 16 08:36:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/02/12 22:32:58 fcambus Exp $
+# $NetBSD: Makefile,v 1.17 2023/03/16 08:36:24 adam Exp $
 
 VERSION=       112
 DISTNAME=      binaryen-${VERSION}
@@ -11,7 +11,6 @@ HOMEPAGE=     https://github.com/WebAssembly
 COMMENT=       Compiler and toolchain infrastructure library for WebAssembly
 LICENSE=       apache-2.0
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++17
 
 WRKSRC=                ${WRKDIR}/binaryen-${GITHUB_TAG}
@@ -20,6 +19,7 @@ CMAKE_ARGS+=  -DENABLE_WERROR=OFF
 
 PYTHON_FOR_BUILD_ONLY= yes
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/googletest/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index