mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Don't need ncurses, use curses.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
# $Id: GNUmakefile,v 1.108 2009-07-06 18:21:17 nicm Exp $
 | 
			
		||||
# $Id: GNUmakefile,v 1.109 2009-07-14 06:47:12 nicm Exp $
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
 | 
			
		||||
@@ -9,7 +9,7 @@ FDEBUG= 1
 | 
			
		||||
CC?= gcc
 | 
			
		||||
CFLAGS+= -DBUILD="\"$(VERSION)\""
 | 
			
		||||
LDFLAGS+= -L/usr/local/lib
 | 
			
		||||
LIBS+= -lncurses
 | 
			
		||||
LIBS+= -lcurses
 | 
			
		||||
 | 
			
		||||
# This sort of sucks but gets rid of the stupid warning and should work on
 | 
			
		||||
# most platforms...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user