components/ghostscript/patches/03-4795491.patch
author sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
Sat, 25 Jun 2011 00:08:53 -0700
changeset 345 61b29cf8b717
parent 178 4340c0d63702
child 7819 b1bca76ec901
permissions -rw-r--r--
6975488 Problem with utility/ghostscript 6905495 Problem with print/ghostscript 7041017 Remove pointer to old printer driver (gedevmd2k.c) 6993033 *ps2pdf* dumps core with ghostscript-8.64 6914015 opensolaris ghostscript bitcmyk is broken

--- ghostscript-8.64/base/configure.ac.orig	Fri Oct 15 02:02:36 2010
+++ ghostscript-8.64/base/configure.ac	Fri Oct 15 02:12:00 2010
@@ -1191,7 +1191,6 @@
 		SunOS)
 		DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so"
 		DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
-		X_DEVS=""
 		;;
 		*)
 		AC_MSG_ERROR([Sorry, dynamic driver support not available on this platform!])
@@ -1233,6 +1232,10 @@
 	# These font directories are used by Solaris...
 	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
 	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
+	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3"
+	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1"
+	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3"
+	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/TrueType"
 
 	# This font directory is used by CUPS...
 	if test "x$CUPSCONFIG" != x; then