From dc181068738776bfbbe25dbd450b4c6c6a0d19ec Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 30 Aug 2004 04:08:47 +0000 Subject: Fix the build with aspell 0.60. --- editors/abiword-devel/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/abiword-devel/files/patch-configure (limited to 'editors/abiword-devel/files/patch-configure') diff --git a/editors/abiword-devel/files/patch-configure b/editors/abiword-devel/files/patch-configure new file mode 100644 index 000000000000..c52ab9c3f90b --- /dev/null +++ b/editors/abiword-devel/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/'` -- cgit v1.2.3