/[packages]/cauldron/ghostscript/current/SOURCES/ghostscript-9.05-x11_shared.diff
ViewVC logotype

Annotation of /cauldron/ghostscript/current/SOURCES/ghostscript-9.05-x11_shared.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 289699 - (hide annotations) (download)
Fri Sep 7 23:51:02 2012 UTC (11 years, 6 months ago) by luigiwalser
File size: 1799 byte(s)
integrate changes from mdv
1 luigiwalser 289699 --- ghostscript-9.05/base/lib.mak.0300~ 2012-02-08 09:48:48.000000000 +0100
2     +++ ghostscript-9.05/base/lib.mak 2012-02-08 20:46:13.758836233 +0100
3     @@ -986,7 +986,7 @@ $(GLOBJ)gsparam.$(OBJ) : $(GLSRC)gsparam
4     $(GLOBJ)gsparamx.$(OBJ) : $(AK) $(GLSRC)gsparamx.c $(string__h)\
5     $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
6     $(gstypes_h) $(MAKEDIRS)
7     - $(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
8     + $(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
9    
10     # Future replacement for gsparams.c
11     $(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(AK) $(gx_h)\
12     @@ -1197,7 +1197,7 @@ $(GLOBJ)gdevnfwd.$(OBJ) : $(GLSRC)gdevnf
13    
14     # Provide a mapping between StandardEncoding and ISOLatin1Encoding.
15     $(GLOBJ)gdevemap.$(OBJ) : $(GLSRC)gdevemap.c $(AK) $(std_h) $(MAKEDIRS)
16     - $(GLCC) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
17     + $(GLCCSHARED) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
18    
19     # ----------- Downsampling routines ------------ #
20     gxdownscale_h=$(GLSRC)gxdownscale.h $(gsmemory_h) $(gxdevcli_h) $(ctype__h) \
21     --- ghostscript-9.05/base/unix-dll.mak.0300~ 2012-02-08 09:48:48.000000000 +0100
22     +++ ghostscript-9.05/base/unix-dll.mak 2012-02-08 20:40:26.423842387 +0100
23     @@ -84,11 +84,11 @@ $(GS_SO_MAJOR): $(GS_SO_MAJOR_MINOR)
24    
25     # Build the small Ghostscript loaders, with Gtk+ and without
26     $(GSSOC_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
27     - $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c \
28     + $(GLCC) -g $(LDFLAGS) -o $(GSSOC_XE) $(PSSRC)dxmainc.c \
29     -L$(BINDIR) -l$(GS)
30    
31     $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
32     - $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \
33     + $(GLCC) -g $(SOC_CFLAGS) $(LDFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \
34     -L$(BINDIR) -l$(GS) $(SOC_LIBS)
35    
36     # ------------------------- Recursive make targets ------------------------- #

  ViewVC Help
Powered by ViewVC 1.1.30