]> git.pld-linux.org Git - packages/tin.git/blob - tin-ncurses.patch
- release 3 (by relup.sh)
[packages/tin.git] / tin-ncurses.patch
1 diff -urN tin-1.5.9.org/configure tin-1.5.9/configure
2 --- tin-1.5.9.org/configure     Mon Jul 23 14:31:37 2001
3 +++ tin-1.5.9/configure Wed Jul 25 21:33:46 2001
4 @@ -797,6 +797,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 diff -urN tin-1.5.9.org/configure.in tin-1.5.9/configure.in
13 --- tin-1.5.9.org/configure.in  Mon Jul 23 14:31:35 2001
14 +++ tin-1.5.9/configure.in      Wed Jul 25 21:34:14 2001
15 @@ -82,6 +82,7 @@
16  ALL_LINGUAS="de et en_GB"
17  
18  ### Checks for programs
19 +CFLAGS="$CFLAGS -I/usr/include/ncurses"
20  save_CFLAGS="$CFLAGS"
21  AC_PROG_CC
22  AC_PROG_GCC_TRADITIONAL
23 --- tin-1.9.6/src/Makefile.in~  2010-01-01 11:08:12.000000000 +0100
24 +++ tin-1.9.6/src/Makefile.in   2011-03-04 21:30:48.932221763 +0100
25 @@ -73,7 +73,7 @@
26  INTL_LIBS      = @INTLLIBS@
27  PCRE_LIBS      = @PCREDIR_LIBS@ @PCREDIR_MAKE@ -L../pcre -lpcre
28  LIBS           = @LIBS@
29 -LINK_LIBS      = $(PCRE_LIBS) $(CANLIB) @LIBS@ $(INTL_LIBS)
30 +LINK_LIBS      = $(PCRE_LIBS) $(CANLIB) @LIBS@ $(INTL_LIBS) -ltinfo
31  
32  # Where do you want the binary & manual page installed?
33  DESTDIR        = @DESTDIR@
This page took 0.030689 seconds and 3 git commands to generate.