summaryrefslogtreecommitdiff
path: root/math/gnumeric2/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /math/gnumeric2/files/patch-aa
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'math/gnumeric2/files/patch-aa')
-rw-r--r--math/gnumeric2/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index 1547adccfc28..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-+# case "$ac_given_INSTALL" in
-+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
-+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-+# esac
-