Index: head/print/openprinting/Makefile =================================================================== --- head/print/openprinting/Makefile +++ head/print/openprinting/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes +LLD_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl Index: head/print/openprinting/files/patch-ltmain.sh =================================================================== --- head/print/openprinting/files/patch-ltmain.sh +++ head/print/openprinting/files/patch-ltmain.sh @@ -0,0 +1,14 @@ +--- ltmain.sh.orig 2018-04-04 21:26:22.534684000 -0400 ++++ ltmain.sh 2018-04-04 21:26:32.219631000 -0400 +@@ -1288,6 +1288,11 @@ + continue + ;; + ++ -fuse-ld=*) ++ compiler_flags="$compiler_flags $qarg" ++ continue ++ ;; ++ + -inst-prefix-dir) + prev=inst_prefix + continue