diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-20 17:23:07 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-20 17:23:07 +0000 |
commit | 905a23e121f96ad99064a3dd059b1af7a72781fe (patch) | |
tree | 4b1b75556a63cd3d91225337c5b14b2930332845 /math/gnumeric/files/patch-aa | |
parent | libole2 contains OLE support functions, currently aimed at the (diff) |
Update to 0.56 -- this needs the devel/libole2 port just committed
Notes
Notes:
svn path=/head/; revision=29726
Diffstat (limited to 'math/gnumeric/files/patch-aa')
-rw-r--r-- | math/gnumeric/files/patch-aa | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index 4611b7d38dbc..01a2fb7c897e 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,9 +1,9 @@ ---- configure.orig Sun May 21 01:24:08 2000 -+++ configure Mon May 22 10:35:06 2000 -@@ -5934,8 +5934,8 @@ +--- 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:5937: checking for GTK >= 1.2.7" >&5 + echo "configure:5943: 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 @@ -11,18 +11,18 @@ if test "$vers" -ge 1002007; then echo "$ac_t""found" 1>&6 else -@@ -6748,10 +6748,10 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac +@@ -6481,10 +6481,10 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + - case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac +- [/$]*) 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 ++# [/$]*) INSTALL="$ac_given_INSTALL" ;; ++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; ++# esac - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. + echo creating "$ac_file" + rm -f "$ac_file" |