1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-wm/hyprland: unbreak plugin API after 474e59a13f

This reverts commit a3b163bbc0.
This commit is contained in:
Jan Beich 2023-11-21 18:29:23 +01:00
parent 630cee9f76
commit 46de20d9e0

View File

@ -1,7 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.32.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -89,10 +89,4 @@ bundled-libcxx:
@${DO_MAKE_BUILD:NDESTDIR*} install -C ${WRKDIR}/libcxx_build
.endif
.endif # exists(/usr/lib/libc++.so)
post-patch: wlroots-devel-patch
wlroots-devel-patch:
# Prefer <wlr/*> headers (used by <hyprland/*>) from wlroots-devel
@${REINPLACE_CMD} -i .devel "/subdirs/s|''|'../wlroots-devel/include', &|" \
${WRKSRC}/meson.build
.include <bsd.port.mk>