aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric2/files/patch-aa')
-rw-r--r--math/gnumeric2/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index 978df6779fac..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Wed Nov 7 11:20:14 2001
-+++ configure Wed Nov 7 11:34:43 2001
-@@ -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