]> git.pld-linux.org Git - packages/tin.git/blobdiff - tin-ncurses.patch
- release 6 (by relup.sh)
[packages/tin.git] / tin-ncurses.patch
index 57daafa6e66b4c145849750598edb602a1f7c2cf..c66bf09f796679d5faaf84f9f6c0db323843f041 100644 (file)
@@ -1,7 +1,7 @@
-diff -urN tin-1.5.7.org/configure tin-1.5.7/configure
---- tin-1.5.7.org/configure    Sun Oct 29 00:17:41 2000
-+++ tin-1.5.7/configure        Sun Oct 29 00:24:23 2000
-@@ -785,6 +785,7 @@
+diff -urN tin-1.5.9.org/configure tin-1.5.9/configure
+--- tin-1.5.9.org/configure    Mon Jul 23 14:31:37 2001
++++ tin-1.5.9/configure        Wed Jul 25 21:33:46 2001
+@@ -797,6 +797,7 @@
  ALL_LINGUAS="de et en_GB"
  
  ### Checks for programs
@@ -9,19 +9,9 @@ diff -urN tin-1.5.7.org/configure tin-1.5.7/configure
  save_CFLAGS="$CFLAGS"
  # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
-@@ -3628,7 +3629,8 @@
-       do
-               for cf_header in \
-                       curses.h \
--                      ncurses.h
-+                      ncurses.h \
-+                      ncurses/ncurses.h
-               do
-                       if egrep "NCURSES_[VH]" $cf_incdir/$cf_header 1>&5 2>&1; then
-                               cf_cv_ncurses_header=$cf_incdir/$cf_header
-diff -urN tin-1.5.7.org/configure.in tin-1.5.7/configure.in
---- tin-1.5.7.org/configure.in Sun Oct 29 00:17:41 2000
-+++ tin-1.5.7/configure.in     Sun Oct 29 00:24:32 2000
+diff -urN tin-1.5.9.org/configure.in tin-1.5.9/configure.in
+--- tin-1.5.9.org/configure.in Mon Jul 23 14:31:35 2001
++++ tin-1.5.9/configure.in     Wed Jul 25 21:34:14 2001
 @@ -82,6 +82,7 @@
  ALL_LINGUAS="de et en_GB"
  
@@ -30,3 +20,14 @@ diff -urN tin-1.5.7.org/configure.in tin-1.5.7/configure.in
  save_CFLAGS="$CFLAGS"
  AC_PROG_CC
  AC_PROG_GCC_TRADITIONAL
+--- tin-1.9.6/src/Makefile.in~ 2010-01-01 11:08:12.000000000 +0100
++++ tin-1.9.6/src/Makefile.in  2011-03-04 21:30:48.932221763 +0100
+@@ -73,7 +73,7 @@
+ INTL_LIBS     = @INTLLIBS@
+ PCRE_LIBS     = @PCREDIR_LIBS@ @PCREDIR_MAKE@ -L../pcre -lpcre
+ LIBS          = @LIBS@
+-LINK_LIBS     = $(PCRE_LIBS) $(CANLIB) @LIBS@ $(INTL_LIBS)
++LINK_LIBS     = $(PCRE_LIBS) $(CANLIB) @LIBS@ $(INTL_LIBS) -ltinfo
+ # Where do you want the binary & manual page installed?
+ DESTDIR       = @DESTDIR@
This page took 0.088296 seconds and 4 git commands to generate.