diff options
author | cjs <cjs@pkgsrc.org> | 2005-01-05 11:03:44 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2005-01-05 11:03:44 +0000 |
commit | 9daf6b2e4244b4731d700852d0348af584d87df0 (patch) | |
tree | 9d1dc59917ed5041bd6073a4b8476633ac73037c /editors/vim-share | |
parent | 3ee7a9cea00dd0954ee5684636f7383a66655432 (diff) | |
download | pkgsrc-9daf6b2e4244b4731d700852d0348af584d87df0.tar.gz |
Move --enable-multibyte from vim/Makefile to vim-share/Makefile.common,
since it should be not just the command line version of vim but all
versions (e.g., gtk) that use this.
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 6a0ed0e94b9..6be04f59223 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2004/06/21 08:23:48 martti Exp $ +# $NetBSD: Makefile.common,v 1.38 2005/01/05 11:03:44 cjs Exp $ VIM_VERSION= 6.3 VIM_PATCHLEVEL= 0 @@ -29,6 +29,7 @@ GNU_CONFIGURE= yes # See "configure --help" extra options. These might affect the installed # files (and PLIST might not include all files) so use at your own risk! CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS} +CONFIGURE_ARGS+= --enable-multibyte PATCH_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \ -E ${PATCH_STRIP} |