/[pkgs]/devel/ghostscript/ghostscript-fPIC.patch
ViewVC logotype

Contents of /devel/ghostscript/ghostscript-fPIC.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Wed Feb 4 13:11:11 2009 UTC (9 months, 2 weeks ago) by twaugh
Branch: MAIN
CVS Tags: F-12-split, ghostscript-8_64-11_fc12, ghostscript-8_64-3_fc11, ghostscript-8_64-12_fc12, F-11-split, ghostscript-8_64-2_fc11, ghostscript-8_64-6_fc12, ghostscript-8_64-4_fc11, ghostscript-8_70-1_fc12, ghostscript-8_70-2_fc13, ghostscript-8_64-7_fc12, ghostscript-8_64-8_fc12, ghostscript-8_64-9_fc12, ghostscript-8_64-1_fc11, ghostscript-8_64-5_fc11, HEAD
Changes since 1.1: +17 -15 lines
File MIME type: text/x-patch
* Wed Feb  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-1
- 8.64.
1 diff -up ghostscript-8.64/base/devs.mak.fPIC ghostscript-8.64/base/devs.mak
2 --- ghostscript-8.64/base/devs.mak.fPIC 2008-11-07 18:49:34.000000000 +0000
3 +++ ghostscript-8.64/base/devs.mak 2009-02-04 11:34:21.000000000 +0000
4 @@ -456,7 +456,7 @@ $(GLOBJ)gdevx.$(OBJ) : $(GLSRC)gdevx.c $
5 $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevx.$(OBJ) $(C_) $(GLSRC)gdevx.c
6
7 $(GLOBJ)gdevxcmp.$(OBJ) : $(GLSRC)gdevxcmp.c $(GDEVX) $(math__h)
8 - $(GLCC) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
9 + $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
10
11 $(GLOBJ)gdevxini.$(OBJ) : $(GLSRC)gdevxini.c $(GDEVX) $(memory__h)\
12 $(gserrors_h) $(gsparamx_h) $(gxdevmem_h) $(gdevbbox_h)
13 diff -up ghostscript-8.64/base/lib.mak.fPIC ghostscript-8.64/base/lib.mak
14 --- ghostscript-8.64/base/lib.mak.fPIC 2009-01-08 09:17:18.000000000 +0000
15 +++ ghostscript-8.64/base/lib.mak 2009-02-04 11:34:21.000000000 +0000
16 @@ -894,7 +894,7 @@ $(GLOBJ)gsparam.$(OBJ) : $(GLSRC)gsparam
17 $(GLOBJ)gsparamx.$(OBJ) : $(GLSRC)gsparamx.c $(string__h)\
18 $(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
19 $(gstypes_h)
20 - $(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
21 + $(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
22
23 # Future replacement for gsparams.c
24 $(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(GXERR) $(memory__h)\
25 @@ -1085,7 +1085,7 @@ $(GLOBJ)gdevnfwd.$(OBJ) : $(GLSRC)gdevnf
26
27 # Provide a mapping between StandardEncoding and ISOLatin1Encoding.
28 $(GLOBJ)gdevemap.$(OBJ) : $(GLSRC)gdevemap.c $(AK) $(std_h)
29 - $(GLCC) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
30 + $(GLCCSHARED) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
31
32 ###### Create a pseudo-"feature" for the entire graphics library.
33

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2