diff options
Diffstat (limited to 'print/ghostscript/Makefile')
-rw-r--r-- | print/ghostscript/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 4021c7c2d4c..c7af28c5497 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/09/05 15:50:03 tron Exp $ +# $NetBSD: Makefile,v 1.53 2008/11/13 17:36:54 chuck Exp $ DISTNAME= ghostscript-8.63 PKGREVISION= 1 @@ -54,6 +54,10 @@ CONFIGURE_ENV+= ac_cv_func_fopen64=no CFLAGS+= -fPIC .endif +###.if ${OPSYS} == "Darwin" +###MAKEFLAGS= "LDFLAGS_SO=-dynamiclib" +###.endif + # Interim IRIX build fix, the real problem is that fontconfig.pc doesn't # require linking against libiconv when it should do so. .if ${OPSYS} == "IRIX" |