diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-07 10:10:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-07 10:10:12 +0000 |
commit | 5e65c4e86291590a5f283efff27b5ce484502cfb (patch) | |
tree | af57c5554b10adc5a3e00ba0640df0dbf9723806 /math/gnumeric/files/patch-aa | |
parent | Update to 0.2.4. (diff) |
Update to 0.75.
Notes
Notes:
svn path=/head/; revision=49728
Diffstat (limited to 'math/gnumeric/files/patch-aa')
-rw-r--r-- | math/gnumeric/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index cfaf864a4ea1..e3fc2037f807 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Tue Oct 23 13:08:10 2001 -+++ configure Tue Oct 23 13:09:21 2001 -@@ -10149,7 +10149,7 @@ +--- configure.orig Wed Nov 7 11:20:14 2001 ++++ configure Wed Nov 7 11:34:43 2001 +@@ -9981,7 +9981,7 @@ done @@ -12,3 +12,12 @@ $FreeBSD$ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +@@ -10618,7 +10618,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 |