]> git.pld-linux.org Git - packages/tin.git/blame - tin-ncurses.patch
fixes ugly coredumps
[packages/tin.git] / tin-ncurses.patch
CommitLineData
3d8b304e
AM
1diff -urN tin-1.5.7.org/configure tin-1.5.7/configure
2--- tin-1.5.7.org/configure Sun Oct 29 00:17:41 2000
3+++ tin-1.5.7/configure Sun Oct 29 00:24:23 2000
4@@ -785,6 +785,7 @@
5 ALL_LINGUAS="de et en_GB"
6
7 ### Checks for programs
8+CFLAGS="$CFLAGS -I/usr/include/ncurses"
9 save_CFLAGS="$CFLAGS"
10 # Extract the first word of "gcc", so it can be a program name with args.
11 set dummy gcc; ac_word=$2
12@@ -3628,7 +3629,8 @@
13 do
14 for cf_header in \
15 curses.h \
16- ncurses.h
17+ ncurses.h \
18+ ncurses/ncurses.h
19 do
20 if egrep "NCURSES_[VH]" $cf_incdir/$cf_header 1>&5 2>&1; then
21 cf_cv_ncurses_header=$cf_incdir/$cf_header
22diff -urN tin-1.5.7.org/configure.in tin-1.5.7/configure.in
23--- tin-1.5.7.org/configure.in Sun Oct 29 00:17:41 2000
24+++ tin-1.5.7/configure.in Sun Oct 29 00:24:32 2000
25@@ -82,6 +82,7 @@
26 ALL_LINGUAS="de et en_GB"
27
28 ### Checks for programs
29+CFLAGS="$CFLAGS -I/usr/include/ncurses"
30 save_CFLAGS="$CFLAGS"
31 AC_PROG_CC
32 AC_PROG_GCC_TRADITIONAL
This page took 0.087348 seconds and 4 git commands to generate.