summaryrefslogtreecommitdiff
path: root/editors/AbiWord2/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-09 01:02:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-09 01:02:04 +0000
commit114182d13dd37595559b1c4006d4fb4d65272429 (patch)
tree76b049c89183319892084457f7413b3917bd562c /editors/AbiWord2/files/patch-configure
parentFix the build on 4.X. (diff)
Remove aspell configure hack to fix build with the new version of aspell.
Notes
Notes: svn path=/head/; revision=121163
Diffstat (limited to '')
-rw-r--r--editors/AbiWord2/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/AbiWord2/files/patch-configure b/editors/AbiWord2/files/patch-configure
deleted file mode 100644
index c52ab9c3f90b..000000000000
--- a/editors/AbiWord2/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Aug 30 00:05:51 2004
-+++ configure Mon Aug 30 00:06:11 2004
-@@ -8178,7 +8178,7 @@
- echo "$as_me:$LINENO: checking for pspell >= $_abi_pspell_major.$_abi_pspell_minor.$_abi_pspell_micro" >&5
- echo $ECHO_N "checking for pspell >= $_abi_pspell_major.$_abi_pspell_minor.$_abi_pspell_micro... $ECHO_C" >&6
-
-- abi_pspell_version="0`$abi_pspell_config --version | cut -d. -f1,2,3`"
-+ abi_pspell_version="0`$abi_pspell_config --version | cut -d. -f1,2,3`.0"
- abi_pspell_major=`echo $abi_pspell_version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
- abi_pspell_minor=`echo $abi_pspell_version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
- abi_pspell_micro=`echo $abi_pspell_version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`