summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-09 03:33:45 +0100
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-11 12:48:52 +0100
commited20da9d374b6d4596c3bfd27af19546ed7a60f4 (patch)
treeb2549d9c3950401526be3221d613555efe6a1dc2 /benchmarks
parent7bfa57d7394a33aae62738ca5730738dc140e6e5 (diff)
downloadfreebsd-ports-ed20da9d374b6d4596c3bfd27af19546ed7a60f4.zip
benchmarks/vkoverhead: mark broken on powerpc
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/vkoverhead/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/vkoverhead/Makefile b/benchmarks/vkoverhead/Makefile
index 27ed30d7a4e8..d5b06fd49b15 100644
--- a/benchmarks/vkoverhead/Makefile
+++ b/benchmarks/vkoverhead/Makefile
@@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_armv7= fails to build due -Werror=int-conversion
BROKEN_i386= fails to build due -Werror=int-conversion
+BROKEN_powerpc= fails to build due -Werror=int-conversion
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
RUN_DEPENDS= vulkan-loader>0:graphics/vulkan-loader