pkgsrc/emulators/spim/patches/patch-ab
kristerw 9b236dd293 Update spim to 7.1.
Changes since 6.5 includes
* Upgraded simulator to MIPS32, Version 1 architecture (except details of
  FPU and memory).
* Exceptions and interrupts reimplemented, to make them closer to the
  actual hardware.
* Memory mapped IO console reimplemented to make it work properly.
* Implemented timer in CPU.
* Improved implementation of delayed load instructions.
as well as many minor changes.

Fixes PR pkg/30227 reported from Michai Ramakers.
2005-07-17 21:38:45 +00:00

28 lines
719 B
Text

$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