git: 431eaa481c24 - main - benchmarks/vkmark: unbreak after 22a85734ff71
Jan Beich
jbeich at FreeBSD.org
Fri Jul 23 04:11:00 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=431eaa481c24fe48404980ab79a8ac5d509f1bb3
commit 431eaa481c24fe48404980ab79a8ac5d509f1bb3
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-07-23 04:09:33 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-07-23 04:10:06 +0000
benchmarks/vkmark: unbreak after 22a85734ff71
===> vkmark-2017.08.24_1 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1
Reported by: pkg-fallout
---
benchmarks/vkmark/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/vkmark/Makefile b/benchmarks/vkmark/Makefile
index f7ec5441783d..14c991a78c34 100644
--- a/benchmarks/vkmark/Makefile
+++ b/benchmarks/vkmark/Makefile
@@ -23,7 +23,7 @@ USE_GITHUB= yes
OPTIONS_DEFINE= DRM WAYLAND X11
OPTIONS_DEFAULT=DRM WAYLAND X11
-OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:Nx86_64:C/.+/DRM/} # https://github.com/vkmark/vkmark/issues/33
+OPTIONS_EXCLUDE=DRM # https://github.com/vkmark/vkmark/issues/33
OPTIONS_SUB= yes
DRM_DESC= KMS console support
More information about the dev-commits-ports-all
mailing list