summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2008-12-11 09:18:20 +0000
committerwiz <wiz>2008-12-11 09:18:20 +0000
commitec7970810359671fb58a70350d7b38494d0c90fd (patch)
treed39ff8d4bfa8243e906c7a7682b93c86d493c397 /print
parent428c7fb532df3c6536c19969828f3c96f7122bc9 (diff)
downloadpkgsrc-ec7970810359671fb58a70350d7b38494d0c90fd.tar.gz
Also add -fPIC to CFLAGS for Solaris. PR 39775.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript/Makefile3
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"