From 59d0b7b23d487655fbd3dcede866e2ed0cbc71be Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 11 Dec 2008 09:18:20 +0000 Subject: Also add -fPIC to CFLAGS for Solaris. PR 39775. --- print/ghostscript/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print/ghostscript/Makefile') 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" -- cgit v1.2.3