diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-11 09:18:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-11 09:18:20 +0000 |
commit | 59d0b7b23d487655fbd3dcede866e2ed0cbc71be (patch) | |
tree | d39ff8d4bfa8243e906c7a7682b93c86d493c397 /print/ghostscript | |
parent | f66c082cc581586f91843b563723b3621817ca1a (diff) | |
download | pkgsrc-59d0b7b23d487655fbd3dcede866e2ed0cbc71be.tar.gz |
Also add -fPIC to CFLAGS for Solaris. PR 39775.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 4993acc35e5..ed1b7aed251 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2008/12/01 07:49:22 rillig Exp $ +# $NetBSD: Makefile,v 1.55 2008/12/11 09:18:20 wiz Exp $ DISTNAME= ghostscript-8.63 PKGREVISION= 1 @@ -55,6 +55,7 @@ CONFIGURE_ENV+= ac_cv_func_fopen64=no # used when making a shared object; recompile with -fPIC CFLAGS.NetBSD= -fPIC CFLAGS.Linux= -fPIC +CFLAGS.SunOS= -fPIC ###.if ${OPSYS} == "Darwin" ###MAKEFLAGS= "LDFLAGS_SO=-dynamiclib" |