Author: justin
Date: 2006-07-12 03:45:16 -0600 (Wed, 12 Jul 2006)
New Revision: 1611
Modified:
branches/cross/packages/vim/Makefile
Log:
Remove --enable-multibyte from vim configure, as --with-features=huge already
has it. Thanks Alex.
Modified: branches/cross/packages/vim/Makefile
===================================================================
--- branches/cross/packages/vim/Makefile 2006-07-12 09:27:52 UTC (rev
1610)
+++ branches/cross/packages/vim/Makefile 2006-07-12 09:45:16 UTC (rev
1611)
@@ -51,7 +51,7 @@
unpack ../$(FILE2) --strip-components=1
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h
- ./configure --prefix=/usr --enable-multibyte --with-features=huge
+ ./configure --prefix=/usr --with-features=huge
make $(PM)
make install
ln -sfv vim /usr/bin/vi
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page