aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-08 20:03:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-08 20:10:09 +0000
commit8613cb1778caf4d79291deb25076461171a1a892 (patch)
tree7cfe5e6e178fb00e89ac2aca88fe205dc0f030cd
parent816ffe7d150539ab1f81f530cdfad27e1eacd55c (diff)
downloadports-8613cb1778ca.tar.gz
ports-8613cb1778ca.zip
graphics/vulkan-loader: drop unused post-patch after a536ea6157b8
Upstream passes -D__BSD_VISIBLE=1, so removing -D_XOPEN_SOURCE=500 is no longer necessary.
-rw-r--r--graphics/vulkan-loader/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index af763d804de7..03128b68aa46 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -38,8 +38,6 @@ XLIB_USE= XORG=x11,xrandr
XLIB_CMAKE_BOOL= BUILD_WSI_XLIB_SUPPORT
post-patch:
-# _XOPEN_SOURCE enforces X/Open-compliance but alloca isn't there
- @${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/loader/CMakeLists.txt
# Extract (snapshot) version from the port
@${REINPLACE_CMD} -e '/find_.*Git/d' \
-e '/BRANCH/s/--unknown--/main/' \