diff options
author | sibel <lesibel@free.fr> | 2010-11-05 09:10:50 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-11-05 09:10:50 +0100 |
commit | 9fa39ca42c295fb1f51d6af338a4127d7e9cd91d (patch) | |
tree | 888338b3de27f9b353fec63cf6dd51a4897ebdd6 /extra/ghostscript/ghostscript-fPIC.patch | |
parent | f747dab4be8f926c2c52f8daec3aeb08b7ad9e84 (diff) | |
parent | a59a51725fdfe96f94757b34106a9301e7687b2f (diff) | |
download | nutyx-extra-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.gz nutyx-extra-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.bz2 nutyx-extra-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.xz nutyx-extra-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/ghostscript/ghostscript-fPIC.patch')
-rw-r--r-- | extra/ghostscript/ghostscript-fPIC.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/extra/ghostscript/ghostscript-fPIC.patch b/extra/ghostscript/ghostscript-fPIC.patch deleted file mode 100644 index f5b1b3081..000000000 --- a/extra/ghostscript/ghostscript-fPIC.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- ghostscript-8.60-r8112/base/lib.mak.fPIC 2007-07-10 17:03:11.000000000 +0100 -+++ ghostscript-8.60-r8112/base/lib.mak 2007-07-10 17:05:56.000000000 +0100 -@@ -874,7 +874,7 @@ - $(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)\ -@@ -1077,7 +1077,7 @@ - - # Provide a mapping between StandardEncoding and ISOLatin1Encoding. - $(GLOBJ)gdevemap.$(OBJ) : $(GLSRC)gdevemap.c $(AK) $(std_h) -- $(GLCC) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c -+ $(GLCCSHARED) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c - - ###### Create a pseudo-"feature" for the entire graphics library. - ---- ghostscript-8.60-r8112/base/devs.mak.fPIC 2007-07-10 17:05:00.000000000 +0100 -+++ ghostscript-8.60-r8112/base/devs.mak 2007-07-10 17:05:07.000000000 +0100 -@@ -464,7 +464,7 @@ - $(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) |