summaryrefslogtreecommitdiff
path: root/math/gnumeric/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-04-19 15:07:43 +0000
committerAde Lovett <ade@FreeBSD.org>2000-04-19 15:07:43 +0000
commit9416f1e857f9f29eec17faedbbc8a878a219ff07 (patch)
treeac8951525016ac6474792108ff21162cbac6d1eb /math/gnumeric/files
parentUpdate gnomeprint shared library revision (diff)
Update to 0.52
Notes
Notes: svn path=/head/; revision=27751
Diffstat (limited to 'math/gnumeric/files')
-rw-r--r--math/gnumeric/files/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa
index 76156fbef938..0b9b4982aec6 100644
--- a/math/gnumeric/files/patch-aa
+++ b/math/gnumeric/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