aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-06-10 22:55:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-06-10 22:58:00 +0000
commitf658be3e8f1edefb1dd905616d2b249736402184 (patch)
treec94f2b7205be22fa9f80e7b0214f6416f9e88fab
parent3f7b2f51a9f29ff3cccac0115d752d49684f0cda (diff)
downloadports-f658be3e8f1edefb1dd905616d2b249736402184.tar.gz
ports-f658be3e8f1edefb1dd905616d2b249736402184.zip
x11-toolkits/wlroots-hyprland: drop unused patch after bbab7f59e963
-rw-r--r--x11-toolkits/wlroots-hyprland/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/wlroots-hyprland/Makefile b/x11-toolkits/wlroots-hyprland/Makefile
index 73fd0a73720d..0b7362922523 100644
--- a/x11-toolkits/wlroots-hyprland/Makefile
+++ b/x11-toolkits/wlroots-hyprland/Makefile
@@ -75,13 +75,5 @@ post-patch:
# Extract (snapshot) version from the port instead of meson.build
@${REINPLACE_CMD} "/STR/s/meson.project_version()/'${DISTVERSIONFULL}'/" \
${WRKSRC}/include/wlr/meson.build
-# XXX Drop after FreeBSD 12.4 EOL around 2023-12-31
-# https://cgit.freebsd.org/src/commit/?id=d7535fb3e3cb
- @if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1300515 ]; then \
- ${REINPLACE_CMD} -e '/POSIX/s/199309/200112/' \
- ${WRKSRC}/render/gles2/pass.c \
- ${WRKSRC}/render/gles2/renderer.c \
- ${WRKSRC}/types/wlr_presentation_time.c; \
- fi
.include <bsd.port.mk>