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:56:10 +0000
commit3f7b2f51a9f29ff3cccac0115d752d49684f0cda (patch)
treec56506569e9d370884c9c65f6869ba26af30d5f5
parent97a3c8bcba8a848bc43603582621aba0a3e17fb9 (diff)
downloadports-3f7b2f51a9f29ff3cccac0115d752d49684f0cda.tar.gz
ports-3f7b2f51a9f29ff3cccac0115d752d49684f0cda.zip
x11-toolkits/wlroots-devel: drop unused patch after bbab7f59e963
-rw-r--r--x11-toolkits/wlroots-devel/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile
index e20b55fff3b5..0616afa87027 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -74,13 +74,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>