]> git.pld-linux.org Git - packages/doomsday.git/blob - doomsday-ncurses.patch
- ver. 1.9.0 beta3
[packages/doomsday.git] / doomsday-ncurses.patch
1 --- deng-1.8.3.orig/configure.ac        2004-10-19 16:10:54.000000000 +0200
2 +++ deng-1.8.3/configure.ac     2004-10-30 01:00:38.248519448 +0200
3 @@ -57,7 +57,7 @@
4  dnl    ])
5  
6  dnl Check that the required libraries are available.
7 -AC_CHECK_HEADER(curses.h,
8 +AC_CHECK_HEADER(ncurses/curses.h,
9         [USELESS_VAR=1],
10         AC_MSG_ERROR([*** curses not found!]))
11  
12 --- deng-1.8.3.orig/Src/Makefile.am     2004-10-19 15:50:52.000000000 +0200
13 +++ deng-1.8.3/Src/Makefile.am  2004-10-30 01:15:19.003624320 +0200
14 @@ -2,7 +2,7 @@
15  
16  bin_PROGRAMS = doomsday
17  
18 -INCLUDES = -I$(top_srcdir)/Include
19 +INCLUDES = -I$(top_srcdir)/Include -I/usr/include/ncurses
20  DEFS = -DUNIX -D@FIXED_IMPL@ -D__DOOMSDAY__ -DNORANGECHECKING     \
21  -DDENG_LIBRARY_DIR=\"$(libdir)\" -DDENG_BASE_DIR=\"$(pkgdatadir)\"
22  doomsday_CFLAGS = @SDL_CFLAGS@ $(LTDLINCL)
This page took 0.076175 seconds and 3 git commands to generate.