aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-10-05 15:41:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-10-05 16:48:01 +0000
commitaffb803a946c16832a85d2d1ac3d97e9fea796be (patch)
tree5caa9373d581684784f7a55e9e1dda2125ea1143
parentf3ed7c9f94dacceb527517733d31661743fc360d (diff)
downloadports-affb803a946c16832a85d2d1ac3d97e9fea796be.tar.gz
ports-affb803a946c16832a85d2d1ac3d97e9fea796be.zip
graphics/spirv-tools: don't disable -Werror
FreeBSD is supported upstream, and upstream regularly tests with Clang. I'd like to be notified of new warnings. Let's see how long it lasts. Tested by: Clang 11/13/14/15, GCC 11, -DNDEBUG
-rw-r--r--graphics/spirv-tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile
index 6bad34a12b0c..cdac9871dfb4 100644
--- a/graphics/spirv-tools/Makefile
+++ b/graphics/spirv-tools/Makefile
@@ -19,6 +19,5 @@ GH_PROJECT= SPIRV-Tools
GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-171-gb2a156e:headers/external/spirv-headers
CMAKE_ON= SPIRV_SKIP_TESTS
-CMAKE_OFF= SPIRV_WERROR
.include <bsd.port.mk>