diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-30 04:08:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-30 04:08:47 +0000 |
commit | dc181068738776bfbbe25dbd450b4c6c6a0d19ec (patch) | |
tree | 08a181bbdb7899bb078c2c11d626bc7fd84f2649 /editors/AbiWord2 | |
parent | b3a5a28b5f7e3bb108efe8853fd7864ed0af7843 (diff) |
Fix the build with aspell 0.60.
Notes
Notes:
svn path=/head/; revision=117616
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r-- | editors/AbiWord2/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/AbiWord2/files/patch-configure b/editors/AbiWord2/files/patch-configure new file mode 100644 index 000000000000..c52ab9c3f90b --- /dev/null +++ b/editors/AbiWord2/files/patch-configure @@ -0,0 +1,11 @@ +--- 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/'` |