Package: elvis Version: 2.2.0-3 Severity: important Tags: patch Hi,
the current version of elvis fails to build on GNU/kFreeBSD. The simple fix bellow fix that. It would be nice if it could be included in the next upload. Thanks in advance, Petr --- configure~ 2005-11-23 12:46:39.000000000 +0100 +++ configure 2005-11-23 12:46:39.000000000 +0100 @@ -644,7 +644,7 @@ TLIBS="-lcurses" ;; - *linux*) + *linux* | *kfreebsd*) if [ ! -f /usr/lib/libtermcap.a -a ! -f /lib/libtermcap.a ] then if [ -f /usr/lib/libncurses.a -o -f /usr/lib/ncurses.a ] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]