summaryrefslogtreecommitdiff
path: root/emulators/spim/patches/patch-ab
blob: 02fc9bd3fc5931633fd99f1c374648eb8abd5711 (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
27
$NetBSD: patch-ab,v 1.3 2011/02/05 13:38:15 ryoon Exp $

--- xspim/Configure.orig	2010-01-09 05:22:58.000000000 +0000
+++ xspim/Configure
@@ -170,14 +170,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;
+#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