1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

graphics/vulkan-loader: drop unused post-patch after a536ea6157

Upstream passes -D__BSD_VISIBLE=1, so removing -D_XOPEN_SOURCE=500 is
no longer necessary.
This commit is contained in:
Jan Beich 2021-11-08 20:03:42 +00:00
parent 816ffe7d15
commit 8613cb1778

View File

@ -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/' \