aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wlroots-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wlroots-devel/Makefile')
-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>