Commit 61847ebc authored by Andreas Gerlach's avatar Andreas Gerlach

fix bug with ncurses include path

parent c06856a1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment