Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 49a0fab27264a3b32acb1445f58d2289 > files > 3

ghostscript-8.60-55mdv2008.0.src.rpm

--- ghostscript-8.60/src/devs.mak.mrl	2007-09-04 11:09:30.000000000 -0300
+++ ghostscript-8.60/src/devs.mak	2007-09-04 11:09:33.000000000 -0300
@@ -464,7 +464,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)
--- ghostscript-8.60/src/lib.mak.mrl	2007-09-04 11:31:36.000000000 -0300
+++ ghostscript-8.60/src/lib.mak	2007-09-04 11:31:54.000000000 -0300
@@ -874,7 +874,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)\