]> git.pld-linux.org Git - packages/tin.git/commitdiff
include /usr/include/ncurses for preprocessor
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 28 Oct 2000 22:47:04 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tin-ncurses.patch -> 1.1

tin-ncurses.patch [new file with mode: 0644]

diff --git a/tin-ncurses.patch b/tin-ncurses.patch
new file mode 100644 (file)
index 0000000..57daafa
--- /dev/null
@@ -0,0 +1,32 @@
+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 @@
+ ALL_LINGUAS="de et en_GB"
+ ### Checks for programs
++CFLAGS="$CFLAGS -I/usr/include/ncurses"
+ 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
+@@ -82,6 +82,7 @@
+ ALL_LINGUAS="de et en_GB"
+ ### Checks for programs
++CFLAGS="$CFLAGS -I/usr/include/ncurses"
+ save_CFLAGS="$CFLAGS"
+ AC_PROG_CC
+ AC_PROG_GCC_TRADITIONAL
This page took 0.058999 seconds and 4 git commands to generate.