diff options
Diffstat (limited to 'print/ghostscript-afpl/files/patch-src:unix-gcc.mak')
-rw-r--r-- | print/ghostscript-afpl/files/patch-src:unix-gcc.mak | 60 |
1 files changed, 26 insertions, 34 deletions
diff --git a/print/ghostscript-afpl/files/patch-src:unix-gcc.mak b/print/ghostscript-afpl/files/patch-src:unix-gcc.mak index c27a7c5e6610..0ef8d446ab00 100644 --- a/print/ghostscript-afpl/files/patch-src:unix-gcc.mak +++ b/print/ghostscript-afpl/files/patch-src:unix-gcc.mak @@ -1,6 +1,6 @@ ---- src/unix-gcc.mak.orig Fri Feb 1 15:27:58 2002 -+++ src/unix-gcc.mak Fri Jun 7 05:20:39 2002 -@@ -26,14 +26,15 @@ +--- src/unix-gcc.mak.orig Thu Oct 24 21:57:57 2002 ++++ src/unix-gcc.mak Sun Nov 17 22:01:58 2002 +@@ -24,14 +24,15 @@ # source, generated intermediate file, and object directories # for the graphics library (GL) and the PostScript/PDF interpreter (PS). @@ -24,39 +24,31 @@ # Do not edit the next group of lines. -@@ -52,11 +53,10 @@ +@@ -50,11 +51,10 @@ # the directories also define the default search path for the # initialization files (gs_*.ps) and the fonts. -INSTALL = $(GLSRCDIR)/instcopy -c -INSTALL_PROGRAM = $(INSTALL) -m 755 -INSTALL_DATA = $(INSTALL) -m 644 -+INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) -+INSTALL_DATA = $(BSD_INSTALL_DATA) ++INSTALL_PROGRAM = ${BSD_INSTALL_SCRIPT} ++INSTALL_DATA = ${BSD_INSTALL_DATA} -prefix = /usr/local -+prefix = $(PREFIX) ++prefix = ${PREFIX} exec_prefix = $(prefix) bindir = $(exec_prefix)/bin scriptdir = $(bindir) -@@ -137,7 +137,7 @@ - # You may need to change this if the IJG library version changes. - # See jpeg.mak for more information. +@@ -143,7 +143,7 @@ + # some older JPEG streams that violate the standard. If the JPEG + # library built from local sources, the patch will be applied. --JSRCDIR=jpeg -+JSRCDIR=${.CURDIR}/jpeg - JVERSION=6 +-SHARE_JPEG=0 ++SHARE_JPEG=1 + JPEG_NAME=jpeg - # Choose whether to use a shared version of the IJG JPEG library (-ljpeg). -@@ -157,14 +157,14 @@ - # You may need to change this if the libpng version changes. - # See libpng.mak for more information. - --PSRCDIR=libpng -+PSRCDIR=${LOCALBASE}/include - PVERSION=10201 - - # Choose whether to use a shared version of the PNG library, and if so, + # Define the directory where the PNG library sources are stored, +@@ -158,7 +158,7 @@ # what its name is. # See gs.mak and Make.htm for more information. @@ -65,7 +57,7 @@ LIBPNG_NAME=png # Define the directory where the zlib sources are stored. -@@ -176,7 +176,7 @@ +@@ -170,7 +170,7 @@ # what its name is (usually libz, but sometimes libgz). # See gs.mak and Make.htm for more information. @@ -74,7 +66,7 @@ #ZLIB_NAME=gz ZLIB_NAME=z -@@ -203,7 +203,7 @@ +@@ -197,7 +197,7 @@ # Define the name of the C compiler. @@ -83,12 +75,12 @@ # Define the name of the linker for the final link step. # Normally this is the same as the C compiler. -@@ -220,9 +220,9 @@ +@@ -214,9 +214,9 @@ # Define the added flags for standard, debugging, profiling # and shared object builds. -CFLAGS_STANDARD=-O2 --CFLAGS_DEBUG=-g -O +-CFLAGS_DEBUG=-g -O0 -CFLAGS_PROFILE=-pg -O2 +CFLAGS_STANDARD?=-O2 +CFLAGS_DEBUG=-g @@ -96,25 +88,25 @@ CFLAGS_SO=-fPIC # Define the other compilation flags. Add at most one of the following: -@@ -236,7 +236,7 @@ +@@ -230,7 +230,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+=-I${.CURDIR}/gimp-print ++XCFLAGS+=-I${LOCALBASE}/include CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -@@ -247,7 +247,7 @@ +@@ -241,7 +241,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=-L${.CURDIR}/gimp-print -L${LOCALBASE}/lib ++XLDFLAGS=-L${LOCALBASE}/lib - LDFLAGS=$(XLDFLAGS) -fno-common + LDFLAGS=$(XLDFLAGS) -@@ -280,7 +280,7 @@ +@@ -274,7 +274,7 @@ # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, # not in $(XINCLUDE). @@ -123,7 +115,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 -@@ -292,12 +292,12 @@ +@@ -286,12 +286,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 |