forked from Lainports/freebsd-ports
x11-toolkits/ocaml-lablgtk3: fix build on powerpc
This commit is contained in:
parent
b784cdfc9d
commit
8254d45f2d
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \
|
|||
libenchant-2.so:textproc/enchant2
|
||||
GTKSPELL_VARS= TARGETS+=lablgtk3-gtkspell3
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
cd ${BUILD_WRKSRC} && dune build --verbose -p ${TARGETS:ts,} -j ${MAKE_JOBS_NUMBER}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue