components/ghostscript/patches/03-4795491.patch
author saurabh.vyas@oracle.com
Thu, 30 Mar 2017 20:50:08 -0700
changeset 7819 b1bca76ec901
parent 345 61b29cf8b717
permissions -rw-r--r--
PSARC/2015/272 Ghostscript 9.20 16354273 Upgrade ghostscript to 9.20 24808169 problem in UTILITY/GHOSTSCRIPT 24808123 problem in UTILITY/GHOSTSCRIPT 24807899 problem in UTILITY/GHOSTSCRIPT 24807607 problem in UTILITY/GHOSTSCRIPT 23148723 Regression caused due to -x04 optimisation with /usr/bin/amd64/gs on S12_97 25054202 ghostscript 9.20 build fails with restrict qualifier

Solaris-specific; not suitable for upstream

--- ghostscript-9.20/configure.ac	2016-09-26 03:41:28.000000000 -0700
+++ ghostscript-9.20/configure.ac 	2016-09-30 02:35:51.247500625 -0700
@@ -2229,6 +2229,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