Commit f179d331 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

vim: bump to version 7.3.487

parent 20b76e7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,4 +12,4 @@ config BR2_PACKAGE_VIM_RUNTIME
	depends on BR2_PACKAGE_VIM
	help
	  Install VIM runtime (syntax highlighing + macros).
	  This option adds about 13MB of data to /usr/share/
	  This option adds about 15MB of data to /usr/share/
+6 −6
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
#
#############################################################

# svn r1889 == 7.2 release + patchlevel 446
VIM_SITE = https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2
VIM_SITE_METHOD = svn
VIM_VERSION = 1889
# hg 21219ffc9790 = 7.3 release + patchlevel 487
VIM_SITE = https://vim.googlecode.com/hg
VIM_SITE_METHOD = hg
VIM_VERSION = 21219ffc9790
VIM_DEPENDENCIES = ncurses
VIM_SUBDIR = src
VIM_CONF_ENV = vim_cv_toupper_broken=no \
@@ -19,8 +19,8 @@ VIM_CONF_ENV = vim_cv_toupper_broken=no \
		vim_cv_memmove_handles_overlap=yes \
		ac_cv_sizeof_int=4 \
		ac_cv_small_wchar_t=no

VIM_CONF_OPT = --with-tlib=ncurses
# GUI/X11 headers leak from the host so forcibly disable them
VIM_CONF_OPT = --with-tlib=ncurses --enable-gui=no --without-x

define VIM_INSTALL_TARGET_CMDS
	cd $(@D)/src; \