summaryrefslogtreecommitdiff
path: root/devel/SDL/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/SDL/patches/patch-ab')
-rw-r--r--devel/SDL/patches/patch-ab15
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/SDL/patches/patch-ab b/devel/SDL/patches/patch-ab
index 38e0cee969f..57b87a841a9 100644
--- a/devel/SDL/patches/patch-ab
+++ b/devel/SDL/patches/patch-ab
@@ -1,16 +1,13 @@
-$NetBSD: patch-ab,v 1.3 2002/11/06 19:02:56 atatat Exp $
+$NetBSD: patch-ab,v 1.4 2005/01/05 12:05:19 adam Exp $
-We are similar enough to OpenBSD to use this, especially since it
-makes the graphics/avifile-devel pkg build again.
-
---- include/SDL_syswm.h.orig Sun Aug 25 02:21:49 2002
-+++ include/SDL_syswm.h Mon Nov 4 13:00:07 2002
-@@ -49,7 +49,7 @@
+--- include/SDL_syswm.h.orig 2004-12-13 07:54:31.000000000 +0000
++++ include/SDL_syswm.h
+@@ -49,7 +49,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMin
#else
/* This is the structure for custom window manager events */
-#if (defined(unix) || defined(__unix__) || defined(_AIX) || defined(__OpenBSD__)) && \
+#if (defined(unix) || defined(__unix__) || defined(_AIX) || defined(__OpenBSD__) || defined(__NetBSD__)) && \
- (!defined(DISABLE_X11) && !defined(__CYGWIN32__) && !defined(ENABLE_NANOX))
+ (!defined(DISABLE_X11) && !defined(__CYGWIN32__) && !defined(ENABLE_NANOX) && \
+ !defined(__QNXNTO__))
/* AIX is unix, of course, but the native compiler CSet doesn't define unix */
- #include <X11/Xlib.h>