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

vim: bump to version 7.3-762

parent 13a81fa2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_VIM
	bool "vim"
	depends on BR2_USE_MMU # uses fork()
	select BR2_PACKAGE_NCURSES
	help
	  VIM Text editor
+4 −2
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
#
#############################################################

# hg 21219ffc9790 = 7.3 release + patchlevel 487
VIM_SITE = https://vim.googlecode.com/hg
VIM_SITE_METHOD = hg
VIM_VERSION = 21219ffc9790
# 7.3 release patchlevel 762
VIM_VERSION = 699f8d8f096d
VIM_DEPENDENCIES = ncurses
VIM_SUBDIR = src
VIM_CONF_ENV = vim_cv_toupper_broken=no \
@@ -21,6 +21,8 @@ VIM_CONF_ENV = vim_cv_toupper_broken=no \
		ac_cv_small_wchar_t=no
# GUI/X11 headers leak from the host so forcibly disable them
VIM_CONF_OPT = --with-tlib=ncurses --enable-gui=no --without-x
VIM_LICENSE = Charityware
VIM_LICENSE_FILES = README.txt

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