diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-30 23:52:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-30 23:52:53 +0000 |
commit | 664b65abc94cce6bcc7fc48a05b34504f488d165 (patch) | |
tree | c8e39c6fdc951fa3460507a6df40c5c58132051e /editors/fe/patches | |
parent | 4ae113218a0a04711c397710716bb8538b47863e (diff) | |
download | pkgsrc-664b65abc94cce6bcc7fc48a05b34504f488d165.tar.gz |
Second try at fixing the bulk build of this package --
let the curses test always succeed.
Diffstat (limited to 'editors/fe/patches')
-rw-r--r-- | editors/fe/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/fe/patches/patch-aa b/editors/fe/patches/patch-aa new file mode 100644 index 00000000000..7efee9d218c --- /dev/null +++ b/editors/fe/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2007/01/30 23:52:53 wiz Exp $ + +--- configure.orig 2007-01-30 23:50:13.000000000 +0000 ++++ configure +@@ -2717,6 +2717,7 @@ fi + rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext + fi + LIBS=$ORIG_LIBS ++curses_ok=yes + if test "$curses_ok" = yes; then + echo "$as_me:$LINENO: checking for modern curses without raw() bug" >&5 + echo $ECHO_N "checking for modern curses without raw() bug... $ECHO_C" >&6 |