]> git.pld-linux.org Git - packages/genius.git/blame_incremental - genius-termcap.patch
- version 0.5.5
[packages/genius.git] / genius-termcap.patch
... / ...
CommitLineData
1diff -Nru genius-0.5.2.orig/configure.in genius-0.5.2/configure.in
2--- genius-0.5.2.orig/configure.in Mon Feb 10 17:47:44 2003
3+++ genius-0.5.2/configure.in Wed Feb 12 10:11:38 2003
4@@ -44,8 +44,8 @@
5 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
6
7 dnl Check for termcap
8-AC_CHECK_LIB(termcap, tgetent,[TERMCAP_LIB="-ltermcap"],
9- AC_MSG_ERROR(Termcap library not found))
10+AC_CHECK_LIB(tinfo, tgetent,[TERMCAP_LIB="-ltinfo"],
11+ AC_MSG_ERROR(Termcap library not found))
12 AC_SUBST(TERMCAP_LIB)
13
14 dnl Check for readline
15diff -Nru genius-0.5.2.orig/src/Makefile.am genius-0.5.2/src/Makefile.am
16--- genius-0.5.2.orig/src/Makefile.am Mon Feb 10 18:06:49 2003
17+++ genius-0.5.2/src/Makefile.am Wed Feb 12 10:17:22 2003
18@@ -9,6 +9,7 @@
19 YFLAGS += -d -t
20
21 INCLUDES = \
22+ -DUSE_NCURSES -DINC_NCURSES \
23 -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
24 -DG_LOG_DOMAIN=\"Genius\" \
25 -DDATADIR=\""$(datadir)"\" \
This page took 0.04354 seconds and 4 git commands to generate.