]> git.pld-linux.org Git - packages/ekglog.git/blame - ekglog-includes_fix.patch
- look for ncurses.h in /usr/include/ncurses
[packages/ekglog.git] / ekglog-includes_fix.patch
CommitLineData
28eadae6
AG
1--- src/Makefile~ 2003-10-17 18:57:19.000000000 +0200
2+++ src/Makefile 2003-10-21 16:21:13.000000000 +0200
3@@ -11,7 +11,7 @@
4
5 PROGRAM = ekglog
6
7-CFLAGS = -Wall -ggdb -I. -I.. -Icommands
8+CFLAGS = -Wall -ggdb -I. -I.. -Icommands -I/usr/include/ncurses
9
10 .SUFFIXES: .o .cc
11
This page took 0.058492 seconds and 4 git commands to generate.