diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript8-base/files/patch-base_Makefile.in (renamed from print/ghostscript8-base/files/patch-base-Makefile.in) | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/print/ghostscript8-base/files/patch-base-Makefile.in b/print/ghostscript8-base/files/patch-base_Makefile.in index fdfac547a986..b995843e7051 100644 --- a/print/ghostscript8-base/files/patch-base-Makefile.in +++ b/print/ghostscript8-base/files/patch-base_Makefile.in @@ -1,6 +1,6 @@ ---- base/Makefile.in.orig 2009-12-18 16:04:10.000000000 +0900 -+++ base/Makefile.in 2014-11-23 17:40:23.000000000 +0900 -@@ -47,9 +47,9 @@ +--- base/Makefile.in.orig 2009-12-18 07:04:10 UTC ++++ base/Makefile.in +@@ -47,9 +47,9 @@ PSD=$(PSGENDIR)/ # the directories also define the default search path for the # initialization files (gs_*.ps) and the fonts. @@ -13,7 +13,7 @@ INSTALL_SHARED = @INSTALL_SHARED@ prefix = @prefix@ -@@ -156,7 +156,7 @@ +@@ -156,7 +156,7 @@ JSRCDIR=@LIBJPEGDIR@ # some older JPEG streams that violate the standard. If the JPEG # library built from local sources, the patch will be applied. @@ -22,7 +22,7 @@ JPEG_NAME=jpeg # Define the directory where the PNG library sources are stored, -@@ -164,12 +164,12 @@ +@@ -164,12 +164,12 @@ JPEG_NAME=jpeg # You may need to change this if the libpng version changes. # See libpng.mak for more information. @@ -37,7 +37,7 @@ TIFFSRCDIR=@LIBTIFFDIR@ TIFFPLATFORM=unix TIFFCONFIG_SUFFIX= -@@ -178,7 +178,7 @@ +@@ -178,7 +178,7 @@ LIBTIFF_NAME=tiff # Define the directory where the zlib sources are stored. # See zlib.mak for more information. @@ -46,7 +46,7 @@ ZSRCDIR=@ZLIBDIR@ #ZLIB_NAME=gz ZLIB_NAME=z -@@ -254,7 +254,7 @@ +@@ -254,7 +254,7 @@ GCFLAGS=@CPPFLAGS@ @GCFLAGS@ @CFLAGS@ # Define the added flags for standard, debugging, profiling # and shared object builds. @@ -55,7 +55,7 @@ CFLAGS_DEBUG=-g -O0 CFLAGS_PROFILE=-pg @OPT_CFLAGS@ CFLAGS_SO=@DYNAMIC_CFLAGS@ -@@ -299,7 +299,7 @@ +@@ -299,7 +299,7 @@ LDFLAGS=@LDFLAGS@ $(XLDFLAGS) # Solaris may need -lnsl -lsocket -lposix4. # (Libraries required by individual drivers are handled automatically.) @@ -64,7 +64,7 @@ # Define the standard libraries to search at the end of linking. # Most platforms require -lpthread for the POSIX threads library; -@@ -343,7 +343,7 @@ +@@ -343,7 +343,7 @@ XLIBS=@X_LIBS@ # the pthread library. Otherwise use SYNC=nosync #SYNC=posync #SYNC=nosync @@ -73,7 +73,7 @@ # programs we use RM=rm -f -@@ -436,27 +436,27 @@ +@@ -436,27 +436,27 @@ DISPLAY_DEV=$(DD)bbox.dev #DEVICE_DEVS20=$(DD)cljet5.dev $(DD)cljet5c.dev #DEVICE_DEVS21=$(DD)spotcmyk.dev $(DD)devicen.dev $(DD)xcf.dev $(DD)psdcmyk.dev $(DD)psdrgb.dev DEVICE_DEVS=$(DISPLAY_DEV) @X_DEVS@ @@ -122,7 +122,7 @@ # Shared library target to build. -@@ -490,6 +490,7 @@ +@@ -490,6 +490,7 @@ CC_SHARED=$(CC_) @DYNAMIC_LDFLAGS@ # ---------------- End of platform-specific section ---------------- # INSTALL_CONTRIB=@INSTALL_CONTRIB@ |