components/ghostscript/patches/03-4795491.patch
changeset 178 4340c0d63702
child 345 61b29cf8b717
equal deleted inserted replaced
177:fd9cb2273c9d 178:4340c0d63702
       
     1 *** ghostscript-8.64/base/configure.ac.orig	Tue Aug 12 14:31:40 2008
       
     2 --- ghostscript-8.64/base/configure.ac	Mon Sep  8 17:20:11 2008
       
     3 ***************
       
     4 *** 960,966 ****
       
     5   		DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
       
     6   		DYNAMIC_LDFLAGS="-G"
       
     7   		DYNAMIC_LIBS=""
       
     8 - 		X_DEVS=""
       
     9   		;;
       
    10   		*)
       
    11   		AC_MSG_ERROR([Sorry, dynamic driver support not available on this platform!])
       
    12 --- 960,965 ----
       
    13 ***************
       
    14 *** 1001,1006 ****
       
    15 --- 1000,1009 ----
       
    16   	# These font directories are used by Solaris...
       
    17   	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
       
    18   	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
       
    19 + 	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3"
       
    20 + 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1"
       
    21 + 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3"
       
    22 + 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/TrueType"
       
    23   
       
    24   	# This font directory is used by CUPS...
       
    25   	if test "x$CUPSCONFIG" != x; then