$NetBSD: patch-ab,v 1.1 2005/07/17 21:38:45 kristerw Exp $ --- Configure.orig 2005-07-17 23:11:53.000000000 +0200 +++ Configure 2005-07-17 23:13:20.000000000 +0200 @@ -150,14 +150,15 @@ echo -echo Checking for /usr/include/termios.h -if [ -f /usr/include/termios.h ]; then - echo "-DUSE_TERMIOS" >> configuration - echo "Yes, it is there" -else - # No termios - echo "No, it is not there" -fi; +# The pkg uses unportable termios.h stuff, so disable it. +#echo Checking for /usr/include/termios.h +#if [ -f /usr/include/termios.h ]; then +# echo "-DUSE_TERMIOS" >> configuration +# echo "Yes, it is there" +#else +# # No termios +# echo "No, it is not there" +#fi; if [ -f /usr/lib/libc.dylib ]; then