Magellan Linux

Annotation of /trunk/ghostscript-gpl/patches/ghostscript-gpl-9.00-fpic.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1145 - (hide annotations) (download)
Wed Sep 22 20:47:39 2010 UTC (13 years, 8 months ago) by niro
File size: 1044 byte(s)
-re-diffed patches
1 niro 1145 diff -up ghostscript-8.64/base/lib.mak.fPIC ghostscript-8.64/base/lib.mak
2     --- ghostscript-8.64/base/lib.mak.fPIC 2009-01-08 09:17:18.000000000 +0000
3     +++ ghostscript-8.64/base/lib.mak 2009-02-04 11:34:21.000000000 +0000
4     @@ -894,7 +894,7 @@ $(GLOBJ)gsparam.$(OBJ) : $(GLSRC)gsparam
5     $(GLOBJ)gsparamx.$(OBJ) : $(GLSRC)gsparamx.c $(string__h)\
6     $(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
7     $(gstypes_h)
8     - $(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
9     + $(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
10    
11     # Future replacement for gsparams.c
12     $(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(GXERR) $(memory__h)\
13     @@ -1085,7 +1085,7 @@ $(GLOBJ)gdevnfwd.$(OBJ) : $(GLSRC)gdevnf
14    
15     # Provide a mapping between StandardEncoding and ISOLatin1Encoding.
16     $(GLOBJ)gdevemap.$(OBJ) : $(GLSRC)gdevemap.c $(AK) $(std_h)
17     - $(GLCC) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
18     + $(GLCCSHARED) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
19    
20     ###### Create a pseudo-"feature" for the entire graphics library.
21