From 7dc940945688fc74d6f72aec254e267643e22f22 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 23 Sep 2023 11:25:53 +0200 Subject: [PATCH] graphics/vulkan-headers: adjust FreeBSD 12 EOL comment --- graphics/vulkan-headers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 78e36b87e4823..062b15a64763b 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -21,7 +21,7 @@ post-extract: @${FIND} ${WRKSRC}/registry -name \*.py -exec ${REINPLACE_CMD} -i '' '/^#!/d' {} + post-patch: -# XXX Drop after FreeBSD 12.* EOL around 2024-06-30 +# XXX Drop after FreeBSD 12.4 EOL around 2023-12-31 @if [ -L /usr/include/sched.h ]; then \ ${REINPLACE_CMD} $$'/^namespace/i\\\n#undef major\\\n#undef minor\\\n\\\n' \ ${WRKSRC}/include/vulkan/vulkan_structs.hpp; \