Magellan Linux

Contents of /trunk/ghostscript-gpl/patches/ghostscript-gpl-8.70-noopt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 907 - (show annotations) (download)
Mon Oct 26 18:29:14 2009 UTC (14 years, 6 months ago) by niro
File size: 671 byte(s)
patchset for ghostscript-gpl

1 diff -up ghostscript-8.64/psi/int.mak.noopt ghostscript-8.64/psi/int.mak
2 --- ghostscript-8.64/psi/int.mak.noopt 2008-12-26 07:25:31.000000000 +0000
3 +++ ghostscript-8.64/psi/int.mak 2009-02-04 11:33:48.000000000 +0000
4 @@ -111,7 +111,7 @@ $(PSOBJ)igc.$(OBJ) : $(PSSRC)igc.c $(GH)
5 $(PSOBJ)igcref.$(OBJ) : $(PSSRC)igcref.c $(GH) $(memory__h)\
6 $(gsexit_h) $(gsstruct_h)\
7 $(iastate_h) $(idebug_h) $(igc_h) $(iname_h) $(ipacked_h) $(store_h)
8 - $(PSCC) $(PSO_)igcref.$(OBJ) $(C_) $(PSSRC)igcref.c
9 + $(PSCC) -O0 $(PSO_)igcref.$(OBJ) $(C_) $(PSSRC)igcref.c
10
11 $(PSOBJ)igcstr.$(OBJ) : $(PSSRC)igcstr.c $(GH) $(memory__h)\
12 $(gsmdebug_h) $(gsstruct_h) $(iastate_h) $(igcstr_h)