x11-toolkits/ocaml-lablgtk3: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-11 17:59:03 +01:00
parent b784cdfc9d
commit 8254d45f2d

View file

@ -47,6 +47,12 @@ GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \
libenchant-2.so:textproc/enchant2 libenchant-2.so:textproc/enchant2
GTKSPELL_VARS= TARGETS+=lablgtk3-gtkspell3 GTKSPELL_VARS= TARGETS+=lablgtk3-gtkspell3
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
do-build: do-build:
cd ${BUILD_WRKSRC} && dune build --verbose -p ${TARGETS:ts,} -j ${MAKE_JOBS_NUMBER} cd ${BUILD_WRKSRC} && dune build --verbose -p ${TARGETS:ts,} -j ${MAKE_JOBS_NUMBER}