diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-29 19:24:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-29 19:24:08 +0000 |
commit | 14bf79d35403b668a96bc3867004d3f186e9ffb3 (patch) | |
tree | ed5fbe034c4bb7f38c65dece88cd08ad12573a77 /textproc/pspell-ispell/files/patch-aa | |
parent | Update to 0.11.0.2 (diff) |
Add pspell-ispell, an ispell plugin for the spelling-checker
independent pspell library.
Diffstat (limited to 'textproc/pspell-ispell/files/patch-aa')
-rw-r--r-- | textproc/pspell-ispell/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/pspell-ispell/files/patch-aa b/textproc/pspell-ispell/files/patch-aa new file mode 100644 index 000000000000..b65e61734b86 --- /dev/null +++ b/textproc/pspell-ispell/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Tue Jun 20 00:25:46 2000 ++++ configure Thu Jun 29 12:16:30 2000 +@@ -2149,7 +2149,7 @@ + objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ + deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $lt_target \ ++$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + + # Reload cache, that may have been modified by ltconfig |