diff options
author | ade <ade@FreeBSD.org> | 2000-12-22 10:20:35 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-12-22 10:20:35 +0800 |
commit | ee455c601e6ef6e6de008e369a824566e3dfc831 (patch) | |
tree | 35d4daf8bf31938c4f121359f3ebab7db2e9edb0 /math/gnumeric2/files | |
parent | 64ccf4183d834a8f2dd6e5bef500f71bea9c1da5 (diff) | |
download | freebsd-ports-gnome-ee455c601e6ef6e6de008e369a824566e3dfc831.tar.gz freebsd-ports-gnome-ee455c601e6ef6e6de008e369a824566e3dfc831.tar.zst freebsd-ports-gnome-ee455c601e6ef6e6de008e369a824566e3dfc831.zip |
Update to 0.61
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-aa | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index 1547adccfc28..99cdec2f9ba8 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,12 +1,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 @@ -6677,6 +6677,6 @@ - case "$ac_given_INSTALL" in |