pkgsrc-Users archive

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

Re: ghostscript/pkgsrc-current doesn't build on Solaris 10, either



This seems to fix it:

RCS file: /cvsroot/pkgsrc/print/ghostscript/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile    1 Dec 2008 07:49:22 -0000       1.54
+++ Makefile    3 Dec 2008 23:09:19 -0000
@@ -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"

At least it now generates an executable that is able to display the biggest few files in ghostscript-8.63/examples/ that I tried.

Using /usr/pkg/gcc34/bin/gcc on a SPARC, and X11_TYPE=modular.

 - Tim


Home | Main Index | Thread Index | Old Index