diff options
| author | Ade Lovett <ade@FreeBSD.org> | 2000-10-11 18:31:36 +0000 |
|---|---|---|
| committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-11 18:31:36 +0000 |
| commit | 9087164bf400b7caf1bd65efaa56f7ad25b18d60 (patch) | |
| tree | 720035803a931df3a85b079ca5a1dbc18b90891c /math/gnumeric2/files/patch-aa | |
| parent | Upgrade to v2.2, and hand the reigns over to Bruce Mah, who is (diff) | |
Update to 0.57, now using x11-toolkits/gal
Diffstat (limited to 'math/gnumeric2/files/patch-aa')
| -rw-r--r-- | math/gnumeric2/files/patch-aa | 18 |
1 files changed, 5 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" |
