components/ghostscript/patches/03-4795491.patch
changeset 345 61b29cf8b717
parent 178 4340c0d63702
child 7819 b1bca76ec901
equal deleted inserted replaced
344:f3d9af4cada9 345:61b29cf8b717
     1 *** ghostscript-8.64/base/configure.ac.orig	Tue Aug 12 14:31:40 2008
     1 --- ghostscript-8.64/base/configure.ac.orig	Fri Oct 15 02:02:36 2010
     2 --- ghostscript-8.64/base/configure.ac	Mon Sep  8 17:20:11 2008
     2 +++ ghostscript-8.64/base/configure.ac	Fri Oct 15 02:12:00 2010
     3 ***************
     3 @@ -1191,7 +1191,6 @@
     4 *** 960,966 ****
     4  		SunOS)
     5   		DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
     5  		DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so"
     6   		DYNAMIC_LDFLAGS="-G"
     6  		DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
     7   		DYNAMIC_LIBS=""
     7 -		X_DEVS=""
     8 - 		X_DEVS=""
     8  		;;
     9   		;;
     9  		*)
    10   		*)
    10  		AC_MSG_ERROR([Sorry, dynamic driver support not available on this platform!])
    11   		AC_MSG_ERROR([Sorry, dynamic driver support not available on this platform!])
    11 @@ -1233,6 +1232,10 @@
    12 --- 960,965 ----
    12  	# These font directories are used by Solaris...
    13 ***************
    13  	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
    14 *** 1001,1006 ****
    14  	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
    15 --- 1000,1009 ----
    15 +	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3"
    16   	# These font directories are used by Solaris...
    16 +	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1"
    17   	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
    17 +	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3"
    18   	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
    18 +	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/TrueType"
    19 + 	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3"
    19  
    20 + 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1"
    20  	# This font directory is used by CUPS...
    21 + 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3"
    21  	if test "x$CUPSCONFIG" != x; then
    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