summaryrefslogtreecommitdiff
path: root/x11/multi-gnome-terminal/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/multi-gnome-terminal/patches/patch-aa')
-rw-r--r--x11/multi-gnome-terminal/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/multi-gnome-terminal/patches/patch-aa b/x11/multi-gnome-terminal/patches/patch-aa
new file mode 100644
index 00000000000..15f91b4a770
--- /dev/null
+++ b/x11/multi-gnome-terminal/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2003/01/10 12:41:12 jmmv Exp $
+
+--- gnome-terminal/subshell-includes.h.orig Thu May 2 02:23:54 2002
++++ gnome-terminal/subshell-includes.h
+@@ -3,8 +3,10 @@
+
+ #include <stdio.h>
+ #include <fcntl.h> /* for close-on-exec stuff */
++#if defined(irix) || defined (__irix__) || defined(sgi) || defined (__sgi__)
+ #ifndef _XOPEN_SOURCE
+ #define _XOPEN_SOURCE 1
++#endif
+ #endif
+ #define __EXTENSIONS__ 1 /* needed for winsize struct
+ on Solaris (?) */