mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/ocaml-lablgl: fix build on powerpc
This commit is contained in:
parent
fc39cb82cd
commit
ba2551057f
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ THREADS_DESC= Threaded Tcl/Tk (must match lang/ocaml)
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MTHREADS}
|
.if ${PORT_OPTIONS:MTHREADS}
|
||||||
THR_LD= -lpthread
|
THR_LD= -lpthread
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue