diff options
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-aa | 20 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 12 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ce | 16 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-cg | 14 |
4 files changed, 0 insertions, 62 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 1547adccfc28..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Oct 10 10:27:58 2000 -+++ configure Wed Oct 11 12:15:15 2000 -@@ -6136,4 +6136,4 @@ - echo "configure:6137: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then -@@ -6677,6 +6677,6 @@ - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 724d05645e8a..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig Mon Nov 13 19:56:19 2000 -+++ Makefile.in Tue Nov 14 15:34:05 2000 -@@ -159,3 +159,3 @@ - --SUBDIRS = . intl po macros idl plugins src doc icons templates -+SUBDIRS = . intl po macros idl plugins src icons templates - -@@ -164,3 +164,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnumericConf.sh diff --git a/math/gnumeric2/files/patch-ce b/math/gnumeric2/files/patch-ce deleted file mode 100644 index 4695a5e53ac1..000000000000 --- a/math/gnumeric2/files/patch-ce +++ /dev/null @@ -1,16 +0,0 @@ ---- src/format.c.orig Fri Sep 22 09:45:19 2000 -+++ src/format.c Wed Oct 11 12:36:59 2000 -@@ -28,3 +28,5 @@ - #include <math.h> -+#ifdef __linux__ - #include <langinfo.h> -+#endif - #include <limits.h> -@@ -108,2 +110,3 @@ - -+#ifdef __linux__ - if (!date_order_cached) { -@@ -123,2 +126,3 @@ - } -+#endif - diff --git a/math/gnumeric2/files/patch-cg b/math/gnumeric2/files/patch-cg deleted file mode 100644 index 392fbded3930..000000000000 --- a/math/gnumeric2/files/patch-cg +++ /dev/null @@ -1,14 +0,0 @@ ---- plugins/gb/excel-gb-interior.c.orig Thu Nov 2 00:03:34 2000 -+++ plugins/gb/excel-gb-interior.c Tue Nov 14 15:13:54 2000 -@@ -16,3 +16,3 @@ - #include "parse-util.h" --#include "command-context-corba.h" -+/*#include "command-context-corba.h"*/ - #include "selection.h" ---- plugins/gb/excel-gb-range.c.orig Thu Nov 2 00:03:34 2000 -+++ plugins/gb/excel-gb-range.c Tue Nov 14 15:22:41 2000 -@@ -17,3 +17,3 @@ - #include "commands.h" --#include "command-context-corba.h" -+/*#include "command-context-corba.h"*/ - #include "selection.h" |