diff options
author | ade <ade@FreeBSD.org> | 2000-05-23 02:57:41 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-05-23 02:57:41 +0800 |
commit | 25c37876e5576c13461d236e36f44c8c2783d98f (patch) | |
tree | bc1f23143d7c3c7cb5f4b4e840f23ed872d25b6b /math/gnumeric2/files | |
parent | 81bbe4022a1dc8e43e63ac6654c0349988ebe51d (diff) | |
download | freebsd-ports-gnome-25c37876e5576c13461d236e36f44c8c2783d98f.tar.gz freebsd-ports-gnome-25c37876e5576c13461d236e36f44c8c2783d98f.tar.zst freebsd-ports-gnome-25c37876e5576c13461d236e36f44c8c2783d98f.zip |
Update to 0.54
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-aa | 23 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 8 |
2 files changed, 23 insertions, 8 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index 847f32305e73..4611b7d38dbc 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,9 +1,9 @@ ---- configure.orig Tue May 9 20:50:13 2000 -+++ configure Tue May 16 09:56:35 2000 -@@ -5951,8 +5951,8 @@ +--- configure.orig Sun May 21 01:24:08 2000 ++++ configure Mon May 22 10:35:06 2000 +@@ -5934,8 +5934,8 @@ echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6 - echo "configure:5954: checking for GTK >= 1.2.7" >&5 + echo "configure:5937: 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,3 +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 +- 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 + + 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. diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba index bceb783e7ea2..911608c661a9 100644 --- a/math/gnumeric2/files/patch-ba +++ b/math/gnumeric2/files/patch-ba @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue May 9 21:57:18 2000 -+++ Makefile.in Tue May 16 12:16:37 2000 +--- Makefile.in.orig Sun May 21 01:25:10 2000 ++++ Makefile.in Mon May 22 10:10:34 2000 @@ -152,12 +152,12 @@ perl_val = @perl_val@ python_val = @python_val@ --SUBDIRS = . intl po macros idl plugins wizards src graph doc icons -+SUBDIRS = . intl po macros idl plugins wizards src graph icons +-SUBDIRS = . intl po macros libole2 idl plugins wizards src graph doc icons ++SUBDIRS = . intl po macros libole2 idl plugins wizards src graph icons change_logs = OOChangeLog OChangeLog ChangeLog |