$NetBSD: patch-ac,v 1.2 2009/03/22 19:55:42 markd Exp $

--- spim/Configure.orig	2006-08-29 14:23:19.000000000 +1200
+++ spim/Configure
@@ -152,14 +152,15 @@ fi;
 
 
 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
