diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:12:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:12:19 +0000 |
commit | 26c62b9435da2fb9e18c28ea5907886279b674c6 (patch) | |
tree | 7507dafdca383561b13d41691984cd3a1162bfc1 /math/gnumeric/files/patch-aa | |
parent | Update to 1.4.9. (diff) |
Ypdate to 1.0.11.
Notes
Notes:
svn path=/head/; revision=72077
Diffstat (limited to 'math/gnumeric/files/patch-aa')
-rw-r--r-- | math/gnumeric/files/patch-aa | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index 3bbcde722300..d182a0f6270f 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Fri Jun 7 21:38:37 2002 -+++ configure Fri Jun 7 21:39:48 2002 -@@ -5913,6 +5913,7 @@ +--- configure.orig Thu Dec 12 14:44:07 2002 ++++ configure Tue Dec 24 00:22:37 2002 +@@ -9014,6 +9014,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,12 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10790,7 +10791,7 @@ +@@ -17878,7 +17879,7 @@ if gnome-config --libs gb > /dev/null 2>&1; then verstxt=`gnome-config --modversion gb 2>/dev/null` vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'` - if test "$vers" -eq 000017; then + if test "$vers" -ge 000017; then - echo "$ac_t""$marker_ok found $verstxt" 1>&6 - cat >> confdefs.h <<\EOF - #define ENABLE_GB 1 + echo "$as_me:$LINENO: result: $marker_ok found $verstxt" >&5 + echo "${ECHO_T}$marker_ok found $verstxt" >&6 + |