summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-src:unix-gcc.mak
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl/files/patch-src:unix-gcc.mak')
-rw-r--r--print/ghostscript-gpl/files/patch-src:unix-gcc.mak44
1 files changed, 18 insertions, 26 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak
index 0bed3eb9cea8..2a458b8ffac0 100644
--- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak
+++ b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak
@@ -1,5 +1,5 @@
---- src/unix-gcc.mak.orig Tue Jul 31 05:13:56 2007
-+++ src/unix-gcc.mak Fri Aug 10 22:01:41 2007
+--- src/unix-gcc.mak.orig Sat Nov 10 06:18:04 2007
++++ src/unix-gcc.mak Sat Nov 24 15:09:41 2007
@@ -21,15 +21,17 @@
# source, generated intermediate file, and object directories
# for the graphics library (GL) and the PostScript/PDF interpreter (PS).
@@ -42,15 +42,7 @@
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
scriptdir = $(bindir)
-@@ -62,6 +63,7 @@
- datadir = $(prefix)/share
- gsdir = $(datadir)/ghostscript
- gsdatadir = $(gsdir)/$(GS_DOT_VERSION)
-+gssharedir = $(libdir)/ghostscript/$(GS_DOT_VERSION)
-
- docdir=$(gsdatadir)/doc
- exdir=$(gsdatadir)/examples
-@@ -108,7 +110,7 @@
+@@ -107,7 +108,7 @@
# -DHAVE_HYPOT
# use the system hypot() call
@@ -59,7 +51,7 @@
# Define the name of the executable file.
-@@ -143,7 +145,7 @@
+@@ -141,7 +142,7 @@
# some older JPEG streams that violate the standard. If the JPEG
# library built from local sources, the patch will be applied.
@@ -68,7 +60,7 @@
JPEG_NAME=jpeg
# Define the directory where the PNG library sources are stored,
-@@ -158,7 +160,7 @@
+@@ -155,7 +156,7 @@
# what its name is.
# See gs.mak and Make.htm for more information.
@@ -77,7 +69,7 @@
LIBPNG_NAME=png
# Define the directory where the zlib sources are stored.
-@@ -170,7 +172,7 @@
+@@ -167,7 +168,7 @@
# what its name is (usually libz, but sometimes libgz).
# See gs.mak and Make.htm for more information.
@@ -86,7 +78,7 @@
#ZLIB_NAME=gz
ZLIB_NAME=z
-@@ -179,6 +181,14 @@
+@@ -176,6 +177,14 @@
JBIG2_LIB=jbig2dec
JBIG2SRCDIR=jbig2dec
@@ -101,7 +93,7 @@
# Define the directory where the icclib source are stored.
# See icclib.mak for more information
-@@ -207,7 +217,7 @@
+@@ -204,7 +213,7 @@
# Define the name of the C compiler.
@@ -110,7 +102,7 @@
# Define the name of the linker for the final link step.
# Normally this is the same as the C compiler.
-@@ -224,10 +234,10 @@
+@@ -221,10 +230,10 @@
# Define the added flags for standard, debugging, profiling
# and shared object builds.
@@ -123,7 +115,7 @@
# Define the other compilation flags. Add at most one of the following:
# -DBSD4_2 for 4.2bsd systems.
-@@ -240,7 +250,8 @@
+@@ -237,7 +246,8 @@
# 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.
@@ -133,7 +125,7 @@
CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)
-@@ -251,7 +262,7 @@
+@@ -248,7 +258,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.
@@ -142,7 +134,7 @@
LDFLAGS=$(XLDFLAGS)
-@@ -262,7 +273,7 @@
+@@ -259,7 +269,7 @@
# Solaris may need -lnsl -lsocket -lposix4.
# (Libraries required by individual drivers are handled automatically.)
@@ -151,7 +143,7 @@
# Define the standard libraries to search at the end of linking.
# Most platforms require -lpthread for the POSIX threads library;
-@@ -284,7 +295,7 @@
+@@ -281,7 +291,7 @@
# Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
# not in $(XINCLUDE).
@@ -160,7 +152,7 @@
# Define the directory/ies and library names for the X11 library files.
# XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH
-@@ -296,12 +307,12 @@
+@@ -293,12 +303,12 @@
# Solaris and other SVR4 systems with dynamic linking probably want
#XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib
# X11R6 (on any platform) may need
@@ -176,7 +168,7 @@
# Define whether this platform has floating point hardware:
# FPU_TYPE=2 means floating point is faster than fixed point.
-@@ -319,16 +330,16 @@
+@@ -316,16 +326,16 @@
# If POSIX sync primitives are used, also change the STDLIBS to include
# the pthread library.
@@ -196,7 +188,7 @@
#FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev
# The following is strictly for testing.
FEATURE_DEVS_ALL=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(PSD)double.dev $(PSD)trapping.dev $(PSD)stocht.dev $(GLD)pipe.dev
-@@ -418,7 +429,7 @@
+@@ -415,7 +425,7 @@
DEVICE_DEVS21=$(DD)spotcmyk.dev $(DD)devicen.dev $(DD)xcf.dev $(DD)bmpsep1.dev $(DD)bmpsep8.dev $(DD)bmp16m.dev $(DD)bmp32b.dev $(DD)psdcmyk.dev $(DD)psdrgb.dev
# Shared library target to build.
@@ -205,7 +197,7 @@
#GS_SHARED_OBJS=$(GLOBJDIR)/X11.so
# ---------------------------- End of options --------------------------- #
-@@ -457,6 +468,9 @@
+@@ -454,6 +464,9 @@
include $(GLSRCDIR)/zlib.mak
include $(GLSRCDIR)/libpng.mak
include $(GLSRCDIR)/jbig2.mak
@@ -215,7 +207,7 @@
include $(GLSRCDIR)/icclib.mak
include $(GLSRCDIR)/ijs.mak
include $(GLSRCDIR)/devs.mak
-@@ -466,6 +480,7 @@
+@@ -463,6 +476,7 @@
include $(GLSRCDIR)/unix-dll.mak
include $(GLSRCDIR)/unix-end.mak
include $(GLSRCDIR)/unixinst.mak