net/unison251: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-11 17:34:37 +01:00
parent 73add20eaa
commit 2e2beebcb0

View file

@ -60,6 +60,12 @@ USES+= gettext-runtime gnome
PLIST_SUB+= X11=""
.endif
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-patch-FSMONITOR-off:
@${REINPLACE_CMD} -e 's/-include fsmonitor/#&/' \
${WRKSRC}/Makefile.OCaml