diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_Makefile.in (renamed from print/ghostscript7-x11/files/patch-src-Makefile.in) | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-Makefile.in b/print/ghostscript7-x11/files/patch-src_Makefile.in index c615c95a9e2a..75486c028035 100644 --- a/print/ghostscript7-x11/files/patch-src-Makefile.in +++ b/print/ghostscript7-x11/files/patch-src_Makefile.in @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2003-04-30 03:33:31.000000000 +0900 -+++ src/Makefile.in 2015-08-22 02:16:40.606012000 +0900 -@@ -50,8 +50,10 @@ +--- src/Makefile.in.orig 2003-04-29 18:33:31 UTC ++++ src/Makefile.in +@@ -50,8 +50,10 @@ PSD=$(PSGENDIR)/ # initialization files (gs_*.ps) and the fonts. INSTALL = $(GLSRCDIR)/instcopy -c @@ -13,7 +13,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ -@@ -63,6 +65,8 @@ +@@ -63,6 +65,8 @@ man1ext = 1 datadir = @datadir@ gsdir = $(datadir)/ghostscript gsdatadir = $(gsdir)/$(GS_DOT_VERSION) @@ -22,7 +22,7 @@ docdir=$(gsdatadir)/doc exdir=$(gsdatadir)/examples -@@ -142,7 +146,7 @@ +@@ -142,7 +146,7 @@ JVERSION=6 # some older JPEG streams that violate the standard. If the JPEG # library built from local sources, the patch will be applied. @@ -31,7 +31,7 @@ JPEG_NAME=jpeg # Define the directory where the PNG library sources are stored, -@@ -150,14 +154,14 @@ +@@ -150,14 +154,14 @@ JPEG_NAME=jpeg # You may need to change this if the libpng version changes. # See libpng.mak for more information. @@ -48,7 +48,7 @@ ZSRCDIR=@ZLIBDIR@ #ZLIB_NAME=gz ZLIB_NAME=z -@@ -197,15 +201,15 @@ +@@ -197,15 +201,15 @@ CC=@CC@ CCLD=$(CC) # Define the general cc flags, warnings and such. @@ -67,7 +67,7 @@ # Define the other compilation flags. Add at most one of the following: # -DBSD4_2 for 4.2bsd systems. -@@ -218,7 +222,7 @@ +@@ -218,7 +222,7 @@ CFLAGS_SO=-fPIC # 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. @@ -76,7 +76,7 @@ # defines from autoconf; note that we don't use these at present. ACDEFS=@DEFS@ -@@ -232,9 +236,9 @@ +@@ -232,9 +236,9 @@ CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(X # -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. @@ -88,7 +88,7 @@ # Define any extra libraries to link into the executable. # ISC Unix 2.2 wants -linet. -@@ -243,7 +247,7 @@ +@@ -243,7 +247,7 @@ LDFLAGS=$(XLDFLAGS) # Solaris may need -lnsl -lsocket -lposix4. # (Libraries required by individual drivers are handled automatically.) @@ -97,7 +97,7 @@ # Define the standard libraries to search at the end of linking. # Most platforms require -lpthread for the POSIX threads library; -@@ -252,10 +256,7 @@ +@@ -252,10 +256,7 @@ EXTRALIBS= # All reasonable platforms require -lm, but Rhapsody and perhaps one or # two others fold libm into libc and don't require any additional library. @@ -109,7 +109,7 @@ # Define the include switch(es) for the X11 header files. # This can be null if handled in some other way (e.g., the files are -@@ -279,9 +280,10 @@ +@@ -279,9 +280,10 @@ XINCLUDE=@X_CFLAGS@ # should be slotted into XLIBS below and X_PRE_LIBS which should go # before -lX11. We do not handle these and should, but they are empty # on most modern platforms. @@ -122,7 +122,7 @@ # Define whether this platform has floating point hardware: # FPU_TYPE=2 means floating point is faster than fixed point. -@@ -301,15 +303,19 @@ +@@ -301,15 +303,19 @@ USE_ASM=0 # primitives for this platform. # If POSIX sync primitives are used, also change the STDLIBS to include @@ -146,7 +146,7 @@ # ------ Devices and features ------ # # Choose the language feature(s) to include. See gs.mak for details. -@@ -385,6 +391,9 @@ +@@ -385,6 +391,9 @@ DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20=$(DD)cljet5.dev $(DD)cljet5c.dev @@ -156,7 +156,7 @@ # ---------------------------- End of options --------------------------- # # Define the name of the partial makefile that specifies options -- -@@ -407,6 +416,7 @@ +@@ -407,6 +416,7 @@ CC_LEAF_PG=$(CC_) # These are the specific warnings we have to turn off to compile those # specific few files that need this. We may turn off others in the future. CC_NO_WARN=$(CC_) |