diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-07-02 19:07:20 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-07-02 19:07:20 +0000 |
commit | 3f0791092e8cbdb8f959ad1947b4156bd8b402f6 (patch) | |
tree | 4fde4e921bda9f7c2b3fa9037cf01fb25bbdc438 /editors/nvi-devel/files | |
parent | 26c647da8a5b1a30a589bdce2fb2d2656e928056 (diff) |
Notes
Diffstat (limited to 'editors/nvi-devel/files')
-rw-r--r-- | editors/nvi-devel/files/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-devel/files/patch-configure b/editors/nvi-devel/files/patch-configure index 58f5c067b47e..6e5eda529975 100644 --- a/editors/nvi-devel/files/patch-configure +++ b/editors/nvi-devel/files/patch-configure @@ -5,11 +5,11 @@ # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" %%LOCALBASE%%share/libtool/ltmain.sh" ++LIBTOOL_DEPS=" %%LTMAIN%%" # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) %%LOCALBASE%%/bin/libtool' ++LIBTOOL='$(SHELL) %%LIBTOOL%%' # Prevent multiple expansion |