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

--- xspim/Configure.orig	2006-08-29 14:23:19.000000000 +1200
+++ xspim/Configure
@@ -153,13 +153,14 @@ 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.
+#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
