graphics/ocaml-lablgl: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-11 16:28:56 +01:00
parent fc39cb82cd
commit ba2551057f

View file

@ -35,6 +35,10 @@ THREADS_DESC= Threaded Tcl/Tk (must match lang/ocaml)
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
.if ${PORT_OPTIONS:MTHREADS}
THR_LD= -lpthread
.endif