git: f658be3e8f1e - main - x11-toolkits/wlroots-hyprland: drop unused patch after bbab7f59e963

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 10 Jun 2024 22:58:08 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f658be3e8f1edefb1dd905616d2b249736402184

commit f658be3e8f1edefb1dd905616d2b249736402184
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-06-10 22:55:07 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-06-10 22:58:00 +0000

    x11-toolkits/wlroots-hyprland: drop unused patch after bbab7f59e963
---
 x11-toolkits/wlroots-hyprland/Makefile | 8 --------
 1 file changed, 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>