]> git.pld-linux.org Git - packages/ghostscript.git/blobdiff - ghostscript-config.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/ghostscript.git] / ghostscript-config.patch
diff --git a/ghostscript-config.patch b/ghostscript-config.patch
deleted file mode 100644 (file)
index 818b082..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-diff -Nur gs7.04.orig/Makefile.in gs7.04/Makefile.in
---- gs7.04.orig/Makefile.in    Fri Feb  1 04:30:13 2002
-+++ gs7.04/Makefile.in Thu Mar 14 12:23:23 2002
-@@ -63,7 +63,7 @@
- man1ext = 1
- datadir = @datadir@
- gsdir = $(datadir)/ghostscript
--gsdatadir = $(gsdir)/$(GS_DOT_VERSION)
-+gsdatadir = $(gsdir)
- docdir=$(gsdatadir)/doc
- exdir=$(gsdatadir)/examples
-@@ -72,7 +72,7 @@
- # Define the default directory/ies for the runtime
- # initialization and font files.  Separate multiple directories with a :.
--GS_LIB_DEFAULT=$(gsdatadir)/lib:$(gsdir)/fonts
-+GS_LIB_DEFAULT=$(datadir)/lib:$(datadir)/fonts:/usr/share/fonts/Type1
- # Define whether or not searching for initialization files should always
- # look in the current directory first.  This leads to well-known security
-diff -Nur gs7.04.orig/src/unix-gcc.mak gs7.04/src/unix-gcc.mak
---- gs7.04.orig/src/unix-gcc.mak       Fri Feb  1 07:27:58 2002
-+++ gs7.04/src/unix-gcc.mak    Thu Mar 14 12:21:57 2002
-@@ -65,7 +65,7 @@
- man1ext = 1
- datadir = $(prefix)/share
- gsdir = $(datadir)/ghostscript
--gsdatadir = $(gsdir)/$(GS_DOT_VERSION)
-+gsdatadir = $(gsdir)
- docdir=$(gsdatadir)/doc
- exdir=$(gsdatadir)/examples
-@@ -74,7 +74,7 @@
- # Define the default directory/ies for the runtime
- # initialization and font files.  Separate multiple directories with a :.
--GS_LIB_DEFAULT=$(gsdatadir)/lib:$(gsdir)/fonts
-+GS_LIB_DEFAULT=$(datadir)/lib:$(datadir)/fonts:/usr/share/fonts/Type1
- # Define whether or not searching for initialization files should always
- # look in the current directory first.  This leads to well-known security
-@@ -157,26 +157,26 @@
- # You may need to change this if the libpng version changes.
- # See libpng.mak for more information.
--PSRCDIR=libpng
-+PSRCDIR=/usr/include
- PVERSION=10202
- # Choose whether to use a shared version of the PNG library, and if so,
- # what its name is.
- # See gs.mak and Make.htm for more information.
--SHARE_LIBPNG=0
-+SHARE_LIBPNG=1
- LIBPNG_NAME=png
- # Define the directory where the zlib sources are stored.
- # See zlib.mak for more information.
--ZSRCDIR=zlib
-+ZSRCDIR=/usr/include
- # Choose whether to use a shared version of the zlib library, and if so,
- # what its name is (usually libz, but sometimes libgz).
- # See gs.mak and Make.htm for more information.
--SHARE_ZLIB=0
-+SHARE_ZLIB=1
- #ZLIB_NAME=gz
- ZLIB_NAME=z
-@@ -220,7 +220,7 @@
- # Define the added flags for standard, debugging, profiling 
- # and shared object builds.
--CFLAGS_STANDARD=-O2
-+CFLAGS_STANDARD=
- CFLAGS_DEBUG=-g -O
- CFLAGS_PROFILE=-pg -O2
- CFLAGS_SO=-fPIC
-@@ -236,7 +236,7 @@
- # We don't include -ansi, because this gets in the way of the platform-
- #   specific stuff that <math.h> typically needs; nevertheless, we expect
- #   gcc to accept ANSI-style function prototypes and function definitions.
--XCFLAGS=
-+#XCFLAGS=
- CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)
-@@ -247,7 +247,7 @@
- #     -R /usr/local/xxx/lib:/usr/local/lib
- # giving the full path names of the shared library directories.
- # XLDFLAGS can be set from the command line.
--XLDFLAGS=
-+#XLDFLAGS=
- LDFLAGS=$(XLDFLAGS) -fno-common
-@@ -324,7 +324,7 @@
- # Choose the language feature(s) to include.  See gs.mak for details.
--FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev
-+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)cidfont.dev
- #FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev
- #FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(GLD)pipe.dev
- # The following is strictly for testing.
This page took 0.040232 seconds and 4 git commands to generate.