summaryrefslogtreecommitdiff
path: root/parallel/sge/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/sge/patches/patch-aa')
-rw-r--r--parallel/sge/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/sge/patches/patch-aa b/parallel/sge/patches/patch-aa
new file mode 100644
index 00000000000..4253928e2a4
--- /dev/null
+++ b/parallel/sge/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2009/05/13 21:00:25 markd Exp $
+
+--- source/libs/uti/sge_pty.c.orig 2008-12-04 23:57:01.000000000 +1300
++++ source/libs/uti/sge_pty.c
+@@ -54,7 +54,7 @@
+ # include <sys/ioctl.h>
+ # include <stropts.h>
+ # include <termio.h>
+-#elif defined(FREEBSD)
++#elif defined(FREEBSD) || defined(NETBSD)
+ # include <termios.h>
+ #else
+ # include <termio.h>