fix bug with ncurses include path

This commit is contained in:
Andreas Gerlach
2014-07-25 23:47:03 +02:00
parent c06856a1bf
commit 61847ebcfd

View File

@@ -10,7 +10,7 @@ class Tmux < Package # name the pack
depends_on 'ncurses'
def self.build # self.build contains commands needed to build the software from source
system "./configure"
system "CPPFLAGS=-I/usr/local/include/ncurses ./configure"
system "make" # ordered chronologically
end