diff options
Diffstat (limited to 'math/gnumeric2/files')
| -rw-r--r-- | math/gnumeric2/files/patch-aa | 18 | ||||
| -rw-r--r-- | math/gnumeric2/files/patch-ce | 16 |
2 files changed, 21 insertions, 13 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index 01a2fb7c897e..1547adccfc28 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,19 +1,13 @@ ---- configure.orig Mon Jun 19 21:00:38 2000 -+++ configure Tue Jun 20 11:28:48 2000 -@@ -5940,8 +5940,8 @@ - - echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6 - echo "configure:5943: checking for GTK >= 1.2.7" >&5 +--- 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 - echo "$ac_t""found" 1>&6 - else -@@ -6481,10 +6481,10 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac +@@ -6677,6 +6677,6 @@ - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; @@ -24,5 +18,3 @@ +# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +# esac - echo creating "$ac_file" - rm -f "$ac_file" diff --git a/math/gnumeric2/files/patch-ce b/math/gnumeric2/files/patch-ce new file mode 100644 index 000000000000..4695a5e53ac1 --- /dev/null +++ b/math/gnumeric2/files/patch-ce @@ -0,0 +1,16 @@ +--- 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 + |
