summaryrefslogtreecommitdiff
path: root/libre/ghostscript-libre/ghostscript-fPIC.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-01-31 15:39:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-01-31 15:39:33 -0300
commit069bf1c8c8b2eea3dc8480080a549daea63c184e (patch)
treec21ba7b6fd676caa2ae5ad71cedf5971acbdf980 /libre/ghostscript-libre/ghostscript-fPIC.patch
parentfb95f6999eee483983cdd52954db0d28fe7f1a75 (diff)
downloadabslibre-069bf1c8c8b2eea3dc8480080a549daea63c184e.tar.gz
abslibre-069bf1c8c8b2eea3dc8480080a549daea63c184e.tar.bz2
abslibre-069bf1c8c8b2eea3dc8480080a549daea63c184e.zip
ghostscript-libre-9.00-3
Diffstat (limited to 'libre/ghostscript-libre/ghostscript-fPIC.patch')
-rw-r--r--libre/ghostscript-libre/ghostscript-fPIC.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/libre/ghostscript-libre/ghostscript-fPIC.patch b/libre/ghostscript-libre/ghostscript-fPIC.patch
new file mode 100644
index 000000000..6f8999696
--- /dev/null
+++ b/libre/ghostscript-libre/ghostscript-fPIC.patch
@@ -0,0 +1,20 @@
+--- 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.
+