mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:22:44 +00:00 
			
		
		
		
	 8bbec97824
			
		
	
	
		8bbec97824
		
	
	
	
	
		
			
			This way it finds tgetent() from ncurses and things go back to working. I'm not sure how this broke, or when, but meh.
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			463 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			463 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash ../.port_include.sh
 | |
| port=vim
 | |
| version=git
 | |
| workdir=vim-master
 | |
| useconfigure="true"
 | |
| files="https://github.com/vim/vim/archive/master.tar.gz vim-git.tar.gz"
 | |
| configopts="--with-tlib=tinfo --with-features=normal"
 | |
| depends="ncurses"
 | |
| 
 | |
| export vim_cv_getcwd_broken=no
 | |
| export vim_cv_memmove_handles_overlap=yes
 | |
| export vim_cv_stat_ignores_slash=yes
 | |
| export vim_cv_tgetent=zero
 | |
| export vim_cv_terminfo=yes
 | |
| export vim_cv_toupper_broken=no
 | |
| export vim_cv_tty_group=world
 |