git: 8613cb1778ca - main - graphics/vulkan-loader: drop unused post-patch after a536ea6157b8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 20:10:57 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8613cb1778caf4d79291deb25076461171a1a892
commit 8613cb1778caf4d79291deb25076461171a1a892
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-08 20:03:42 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-08 20:10:09 +0000
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.
---
graphics/vulkan-loader/Makefile | 2 --
1 file changed, 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/' \