diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-12 00:33:30 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-12 00:33:30 +0000 |
commit | 5efdd4f4043474a3c84370a712cc05c90fa9a271 (patch) | |
tree | 2529e1115b2702155aa2828c50c26f5cde9acbfb /textproc/pspell-ispell/files/patch-aa | |
parent | Update to 2.5 (diff) |
- Do not install useless .la files
- Dont depend on libtools.
PR: 35794
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'textproc/pspell-ispell/files/patch-aa')
-rw-r--r-- | textproc/pspell-ispell/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/textproc/pspell-ispell/files/patch-aa b/textproc/pspell-ispell/files/patch-aa index d0d704074add..e69de29bb2d1 100644 --- a/textproc/pspell-ispell/files/patch-aa +++ b/textproc/pspell-ispell/files/patch-aa @@ -1,29 +0,0 @@ ---- configure.orig Tue May 29 23:04:03 2001 -+++ configure Mon Dec 10 16:48:26 2001 -@@ -2237,7 +2237,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 $host \ -+$libtool_flags --build="$build" $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2254,7 +2254,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL=${LIBTOOL} - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. -@@ -2273,7 +2273,7 @@ - deplibs_check_method="$deplibs_check_method" \ - file_magic_cmd="$file_magic_cmd" \ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ ----build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ -+--build="$build" $ac_aux_dir/ltcf-cxx.sh $host \ - || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } - CC="$lt_save_CC" - CFLAGS="$lt_save_CFLAGS" |