wok-next diff gvim/receipt @ rev 19960

Remove -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:14:12 2017 +0200 (2017-10-17)
parents 9e01bc6321ea
children d958fec46c9f
line diff
     1.1 --- a/gvim/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/gvim/receipt	Tue Oct 17 10:14:12 2017 +0200
     1.3 @@ -19,8 +19,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8 -
     1.9  	# define the place for the global vimrc file (set to /etc/vim/vimrc)
    1.10  	# (patch from Arch Linux PKGBUILD)
    1.11  	sed -i 's|^.*\(#define SYS_VIMRC_FILE\).*$|\1 "/etc/vim/vimrc"|' $src/src/feature.h