diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index c1b227198073..be310f7adeb4 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -35,6 +35,10 @@ THREADS_DESC= Threaded Tcl/Tk (must match lang/ocaml) .include +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + .if ${PORT_OPTIONS:MTHREADS} THR_LD= -lpthread .endif