author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Wed, 29 Aug 2012 11:05:56 -0700 | |
changeset 957 | 255465c5756f |
parent 345 | 61b29cf8b717 |
child 7819 | b1bca76ec901 |
permissions | -rw-r--r-- |
345
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
1 |
--- ghostscript-8.64/base/configure.ac.orig Fri Oct 15 02:02:36 2010 |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
2 |
+++ ghostscript-8.64/base/configure.ac Fri Oct 15 02:12:00 2010 |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
3 |
@@ -1191,7 +1191,6 @@ |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
4 |
SunOS) |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
5 |
DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
6 |
DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\"" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
7 |
- X_DEVS="" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
8 |
;; |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
9 |
*) |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
10 |
AC_MSG_ERROR([Sorry, dynamic driver support not available on this platform!]) |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
11 |
@@ -1233,6 +1232,10 @@ |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
12 |
# These font directories are used by Solaris... |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
13 |
fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
14 |
fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
15 |
+ fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
16 |
+ fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
17 |
+ fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
18 |
+ fontpath="${fontpath}:/usr/X11/lib/X11/fonts/TrueType" |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
19 |
|
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
20 |
# This font directory is used by CUPS... |
61b29cf8b717
6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
178
diff
changeset
|
21 |
if test "x$CUPSCONFIG" != x; then |