summaryrefslogtreecommitdiff
path: root/emulators/tuxnes/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/tuxnes/patches/patch-af')
-rw-r--r--emulators/tuxnes/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/tuxnes/patches/patch-af b/emulators/tuxnes/patches/patch-af
new file mode 100644
index 00000000000..a4c483f76bd
--- /dev/null
+++ b/emulators/tuxnes/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/01/12 21:03:20 joerg Exp $
+
+--- x11.c.orig 2006-01-12 20:53:39.000000000 +0000
++++ x11.c
+@@ -31,7 +31,7 @@
+ #include <unistd.h>
+ #if defined(__FreeBSD__)
+ #include <machine/endian.h>
+-#elif defined(__NetBSD__) || defined(__OpenBSD__)
++#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
+ #include <sys/endian.h>
+ #else /* Linux */
+ #include <endian.h>