git: 3508fd98e22a - main - www/wabt: Fix build on architectures w/out libclang_rt.fuzzer-{arch}.a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 20:24:23 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3508fd98e22a8f8fedee3c333db2f8c988243fec
commit 3508fd98e22a8f8fedee3c333db2f8c988243fec
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-05 20:21:18 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-05 20:24:13 +0000
www/wabt: Fix build on architectures w/out libclang_rt.fuzzer-{arch}.a
Reported by: fallout
---
www/wabt/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/wabt/Makefile b/www/wabt/Makefile
index 50ee969226fa..3f55c646ae75 100644
--- a/www/wabt/Makefile
+++ b/www/wabt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wabt
DISTVERSION= 1.0.33
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
@@ -28,7 +29,7 @@ CMAKE_TESTING_ON= BUILD_TESTS
CMAKE_TESTING_TARGET= ${ALL_TARGET}
OPTIONS_DEFINE= FUZZ_TOOLS
-OPTIONS_DEFAULT= FUZZ_TOOLS
+OPTIONS_DEFAULT_amd64= FUZZ_TOOLS # only enable on architectures where /usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.fuzzer-{arch}.a is installed
OPTIONS_SUB= yes
FUZZ_TOOLS_DESC= Build tools that can repro fuzz bugs