diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-30 12:08:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-30 12:08:47 +0800 |
commit | 4bce6f6c1eff555411b0ead0047ed364e697af18 (patch) | |
tree | 5d52d570f2b48fb3e1a8563e2f02e3aa68e39e6f /editors | |
parent | 54926c206a979a3da47834baef3507da19ac292d (diff) | |
download | freebsd-ports-gnome-4bce6f6c1eff555411b0ead0047ed364e697af18.tar.gz freebsd-ports-gnome-4bce6f6c1eff555411b0ead0047ed364e697af18.tar.zst freebsd-ports-gnome-4bce6f6c1eff555411b0ead0047ed364e697af18.zip |
Fix the build with aspell 0.60.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord2/files/patch-configure | 11 | ||||
-rw-r--r-- | editors/abiword-devel/files/patch-configure | 11 | ||||
-rw-r--r-- | editors/abiword/files/patch-configure | 11 |
3 files changed, 33 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/'` 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/'` diff --git a/editors/abiword/files/patch-configure b/editors/abiword/files/patch-configure new file mode 100644 index 000000000000..c52ab9c3f90b --- /dev/null +++ b/editors/abiword/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/'` |