diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-25 08:14:28 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-25 08:14:28 +0000 |
commit | f14e2645f72aca1012c684835df496230d6773f5 (patch) | |
tree | bdfc49200f86f73c9cc8d059e5f35418366cb39e /textproc/aspell | |
parent | 0b5a8f383dda87c2898950afa0d795c71134d650 (diff) | |
download | FreeBSD-ports-f14e2645f72aca1012c684835df496230d6773f5.zip FreeBSD-ports-f14e2645f72aca1012c684835df496230d6773f5.tar.gz |
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/files/patch-ah | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/aspell/files/patch-ah b/textproc/aspell/files/patch-ah index 02aafea..3ca6715 100644 --- a/textproc/aspell/files/patch-ah +++ b/textproc/aspell/files/patch-ah @@ -23,7 +23,7 @@ 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 \ ++$libtool_flags --build="$build" $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 |