diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-04-16 08:56:15 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-04-16 08:56:15 +0000 |
commit | 5bdf0bd0de2ea96c83421baea7091034d5bd849b (patch) | |
tree | 0ff729dcf1819859f3c63b61acd9d37d1cb4a6d8 /math/pspp/patches | |
parent | 91371c8738cef1e1ce477665d362bd838562105e (diff) | |
download | pkgsrc-5bdf0bd0de2ea96c83421baea7091034d5bd849b.tar.gz |
This pkg wants termcap, not curses.
Also, make sure to run autoconf so that configure really does look for libedit.
Diffstat (limited to 'math/pspp/patches')
-rw-r--r-- | math/pspp/patches/patch-ad | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/math/pspp/patches/patch-ad b/math/pspp/patches/patch-ad index 382172e085f..314e07480b5 100644 --- a/math/pspp/patches/patch-ad +++ b/math/pspp/patches/patch-ad @@ -1,8 +1,18 @@ -$NetBSD: patch-ad,v 1.1 1999/07/13 01:31:09 jlam Exp $ +$NetBSD: patch-ad,v 1.2 2000/04/16 08:56:16 mycroft Exp $ ---- configure.in.orig Tue Mar 9 14:02:08 1999 -+++ configure.in Thu Jul 8 14:40:47 1999 -@@ -49,14 +49,19 @@ +--- configure.in.orig Sat Jan 1 23:05:50 2000 ++++ configure.in Sun Apr 16 04:44:17 2000 +@@ -47,22 +47,26 @@ + AC_SUBST(GMP_SUBDIRS) + AC_SUBST(GMP_LIBS) + +-AC_CHECK_LIB(ncurses, tgetent, LIBS="-lncurses $LIBS" termcap=yes, +- AC_CHECK_LIB(termcap, tgetent, LIBS="-ltermcap $LIBS" termcap=yes, +- termcap=no)) ++AC_CHECK_LIB(termcap, tgetent, LIBS="-ltermcap $LIBS" termcap=yes, ++ termcap=no) + if test "$termcap" = yes; then + AC_CHECK_HEADERS(termcap.h) AC_DEFINE(HAVE_LIBTERMCAP) fi |