Magellan Linux

Contents of /trunk/ghostscript-esp/patches/ghostscript-esp-8.15.1-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 1968 byte(s)
-import

1 --- espgs-8.15rc3/src/unix-dll.mak.build 2005-06-03 12:49:36.000000000 +0100
2 +++ espgs-8.15rc3/src/unix-dll.mak 2005-06-03 12:49:59.000000000 +0100
3 @@ -87,7 +87,7 @@
4
5 # Normal shared object
6 so: SODIRS
7 - $(MAKE) $(SODEFS) CFLAGS='$(CFLAGS_STANDARD) $(CFLAGS_SO) $(GCFLAGS) $(XCFLAGS)' prefix=$(prefix) $(GSSOC) $(GSSOX)
8 + $(MAKE) $(SODEFS) CFLAGS='$(CFLAGS_STANDARD) $(CFLAGS_SO) $(GCFLAGS) $(XCFLAGS) $(ACDEFS)' prefix=$(prefix) $(GSSOC) $(GSSOX)
9
10 # Debug shared object
11 # Note that this is in the same directory as the normal shared
12 --- espgs-8.15rc3/src/devs.mak.build 2005-06-03 22:41:16.000000000 +0100
13 +++ espgs-8.15rc3/src/devs.mak 2005-06-03 22:42:54.000000000 +0100
14 @@ -457,7 +457,7 @@
15 $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevx.$(OBJ) $(C_) $(GLSRC)gdevx.c
16
17 $(GLOBJ)gdevxcmp.$(OBJ) : $(GLSRC)gdevxcmp.c $(GDEVX) $(math__h)
18 - $(GLCC) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
19 + $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
20
21 $(GLOBJ)gdevxini.$(OBJ) : $(GLSRC)gdevxini.c $(GDEVX) $(memory__h)\
22 $(gserrors_h) $(gsparamx_h) $(gxdevmem_h) $(gdevbbox_h)
23 --- espgs-8.15rc3/src/lib.mak.build 2005-06-03 22:51:22.000000000 +0100
24 +++ espgs-8.15rc3/src/lib.mak 2005-06-03 22:52:11.000000000 +0100
25 @@ -847,7 +847,7 @@
26 $(GLOBJ)gsparamx.$(OBJ) : $(GLSRC)gsparamx.c $(string__h)\
27 $(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
28 $(gstypes_h)
29 - $(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
30 + $(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
31
32 # Future replacement for gsparams.c
33 $(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(GXERR) $(memory__h)\
34
35 # Provide a mapping between StandardEncoding and ISOLatin1Encoding.
36 $(GLOBJ)gdevemap.$(OBJ) : $(GLSRC)gdevemap.c $(AK) $(std_h)
37 - $(GLCC) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
38 + $(GLCCSHARED) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
39
40 ###### Create a pseudo-"feature" for the entire graphics library.