rpms/ghostscript/devel ghostscript-build.patch, 1.1, 1.2 ghostscript.spec, 1.61, 1.62

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 3 16:45:57 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/ghostscript/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14474

Modified Files:
	ghostscript-build.patch ghostscript.spec 
Log Message:
- Add Mandriva's fPIC patch.

ghostscript-build.patch:
 espgs-8.15rc3/src/unix-dll.mak |    2 +-
 espgs/src/devs.mak             |    2 +-
 espgs/src/lib.mak              |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Index: ghostscript-build.patch
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghostscript-build.patch	3 Jun 2005 16:20:53 -0000	1.1
+++ ghostscript-build.patch	3 Jun 2005 16:45:54 -0000	1.2
@@ -9,3 +9,25 @@
  
  # Debug shared object
  # Note that this is in the same directory as the normal shared
+--- espgs/src/devs.mak.fPIC	2005-02-09 08:02:14.322542692 -0500
++++ espgs/src/devs.mak	2005-02-09 08:08:02.977873971 -0500
+@@ -457,7 +457,7 @@ $(GLOBJ)gdevx.$(OBJ) : $(GLSRC)gdevx.c $
+ 	$(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevx.$(OBJ) $(C_) $(GLSRC)gdevx.c
+ 
+ $(GLOBJ)gdevxcmp.$(OBJ) : $(GLSRC)gdevxcmp.c $(GDEVX) $(math__h)
+-	$(GLCC) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
++	$(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
+ 
+ $(GLOBJ)gdevxini.$(OBJ) : $(GLSRC)gdevxini.c $(GDEVX) $(memory__h)\
+  $(gserrors_h) $(gsparamx_h) $(gxdevmem_h) $(gdevbbox_h)
+--- espgs/src/lib.mak.fPIC	2005-02-09 08:02:14.330544306 -0500
++++ espgs/src/lib.mak	2005-02-09 08:08:02.979874374 -0500
+@@ -847,7 +847,7 @@ $(GLOBJ)gsparam.$(OBJ) : $(GLSRC)gsparam
+ $(GLOBJ)gsparamx.$(OBJ) : $(GLSRC)gsparamx.c $(string__h)\
+  $(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
+  $(gstypes_h)
+-	$(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
++	$(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
+ 
+ # Future replacement for gsparams.c
+ $(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(GXERR) $(memory__h)\


Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ghostscript.spec	3 Jun 2005 16:17:56 -0000	1.61
+++ ghostscript.spec	3 Jun 2005 16:45:54 -0000	1.62
@@ -211,6 +211,7 @@
 - Switch to ESP Ghostscript.
 - 8.15rc3.
 - Lots of patches dropped.  Perhaps some will need to be re-added.
+- Add Mandriva's fPIC patch.
 
 * Thu Mar 10 2005 Tim Waugh <twaugh at redhat.com> 7.07-40
 - Build igcref.c with -O0 to work around bug #150771.




More information about the fedora-cvs-commits mailing list