summaryrefslogtreecommitdiff
path: root/emulators/spim/patches/patch-ab
blob: 3bcb7241eff4a7d1c27cc4c50de601a222d8fde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$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