diff options
author | ade <ade@FreeBSD.org> | 2000-04-19 23:07:43 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-19 23:07:43 +0800 |
commit | 9e0fda4ec756b62686e4e9b642c4f0a86a074b1a (patch) | |
tree | e99643c8bf79c08a2a13aebd482c4dcc62fc9e5c /math/gnumeric2/files | |
parent | bd2f8ca7b0cbd303d8a2d24119d94ce3be33aa74 (diff) | |
download | freebsd-ports-gnome-9e0fda4ec756b62686e4e9b642c4f0a86a074b1a.tar.gz freebsd-ports-gnome-9e0fda4ec756b62686e4e9b642c4f0a86a074b1a.tar.zst freebsd-ports-gnome-9e0fda4ec756b62686e4e9b642c4f0a86a074b1a.zip |
Update to 0.52
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index 76156fbef938..0b9b4982aec6 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Tue Mar 28 10:17:16 2000 -+++ configure Tue Mar 28 13:26:27 2000 -@@ -2504,7 +2504,7 @@ +--- configure.orig Wed Apr 12 20:43:02 2000 ++++ configure Mon Apr 17 17:54:44 2000 +@@ -2507,7 +2507,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -9,7 +9,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 -@@ -5316,15 +5316,15 @@ +@@ -5319,15 +5319,15 @@ fi @@ -29,10 +29,10 @@ fi if test "$XGETTEXT" != ":"; then -@@ -5873,8 +5873,8 @@ +@@ -5876,8 +5876,8 @@ echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6 - echo "configure:5876: checking for GTK >= 1.2.7" >&5 + echo "configure:5879: 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 |