components/ghostscript/patches/03-4795491.patch
changeset 7819 b1bca76ec901
parent 345 61b29cf8b717
equal deleted inserted replaced
7818:c93a988b3522 7819:b1bca76ec901
     1 --- ghostscript-8.64/base/configure.ac.orig	Fri Oct 15 02:02:36 2010
     1 Solaris-specific; not suitable for upstream
     2 +++ ghostscript-8.64/base/configure.ac	Fri Oct 15 02:12:00 2010
     2 
     3 @@ -1191,7 +1191,6 @@
     3 --- ghostscript-9.20/configure.ac	2016-09-26 03:41:28.000000000 -0700
     4  		SunOS)
     4 +++ ghostscript-9.20/configure.ac 	2016-09-30 02:35:51.247500625 -0700
     5  		DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so"
     5 @@ -2229,6 +2229,10 @@
     6  		DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
     6          # These font directories are used by Solaris...
     7 -		X_DEVS=""
     7          fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
     8  		;;
     8          fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
     9  		*)
     9 +        fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3"
    10  		AC_MSG_ERROR([Sorry, dynamic driver support not available on this platform!])
    10 +        fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1"
    11 @@ -1233,6 +1232,10 @@
    11 +        fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3"
    12  	# These font directories are used by Solaris...
    12 +        fontpath="${fontpath}:/usr/X11/lib/X11/fonts/TrueType"
    13  	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
       
    14  	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
       
    15 +	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3"
       
    16 +	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1"
       
    17 +	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3"
       
    18 +	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/TrueType"
       
    19  
    13  
    20  	# This font directory is used by CUPS...
    14          # This font directory is used by CUPS...
    21  	if test "x$CUPSCONFIG" != x; then
    15          if test "x$CUPSCONFIG" != x; then