From 6dc47c0ff1fc23829857a07b801a78b86047f686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sorin-Mihai=20V=C3=A2rgolici?= Date: Wed, 30 Mar 2011 23:52:00 +0300 Subject: update --- libre/ghostscript-libre/ghostscript-fPIC.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 libre/ghostscript-libre/ghostscript-fPIC.patch (limited to 'libre/ghostscript-libre/ghostscript-fPIC.patch') diff --git a/libre/ghostscript-libre/ghostscript-fPIC.patch b/libre/ghostscript-libre/ghostscript-fPIC.patch old mode 100644 new mode 100755 -- cgit v1.2.3-2-g168b From 845809d4c69d763bebe5981b2f9fc889862162f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 30 Mar 2011 20:07:17 -0300 Subject: Fixed file modes --- libre/ghostscript-libre/ghostscript-fPIC.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 libre/ghostscript-libre/ghostscript-fPIC.patch (limited to 'libre/ghostscript-libre/ghostscript-fPIC.patch') diff --git a/libre/ghostscript-libre/ghostscript-fPIC.patch b/libre/ghostscript-libre/ghostscript-fPIC.patch old mode 100755 new mode 100644 -- cgit v1.2.3-2-g168b From 14b5951cc10fa36bc2934a9e613732b5ee9af0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 1 Apr 2011 14:36:01 -0300 Subject: ghostscript-libre-9.02-1 --- libre/ghostscript-libre/ghostscript-fPIC.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libre/ghostscript-libre/ghostscript-fPIC.patch (limited to 'libre/ghostscript-libre/ghostscript-fPIC.patch') diff --git a/libre/ghostscript-libre/ghostscript-fPIC.patch b/libre/ghostscript-libre/ghostscript-fPIC.patch deleted file mode 100644 index 6f8999696..000000000 --- a/libre/ghostscript-libre/ghostscript-fPIC.patch +++ /dev/null @@ -1,20 +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. - -- cgit v1.2.3-2-g168b