pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript Also add -fPIC to CFLAGS for Solaris...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ade4cf88f4ef
branches:  trunk
changeset: 551253:ade4cf88f4ef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 11 09:18:20 2008 +0000

description:
Also add -fPIC to CFLAGS for Solaris. PR 39775.

diffstat:

 print/ghostscript/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e8a58d57f699 -r ade4cf88f4ef print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Thu Dec 11 09:09:31 2008 +0000
+++ b/print/ghostscript/Makefile        Thu Dec 11 09:18:20 2008 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index