summaryrefslogtreecommitdiff
path: root/math/gnumeric2/files/patch-aa
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-16 03:04:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-16 03:04:14 +0000
commit9300b7c32a64e4a0edc0d5aa5cd40d07ae3f75d9 (patch)
tree07c277460e6129f0e7a501f0e28ac4a1b1f84045 /math/gnumeric2/files/patch-aa
parentAdd ghex2 after a repo copy from ghex. ghex2 is a hexidecimal editor for (diff)
Add gnumeric2 after a repo copy from gnumeric. Gnumeric2 is a sreadsheet
application for the GNOME 2 desktop.
Diffstat (limited to 'math/gnumeric2/files/patch-aa')
-rw-r--r--math/gnumeric2/files/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index 3bbcde722300..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Fri Jun 7 21:38:37 2002
-+++ configure Fri Jun 7 21:39:48 2002
-@@ -5913,6 +5913,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -10790,7 +10791,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