diff options
Diffstat (limited to 'emulators/tuxnes/patches/patch-ag')
-rw-r--r-- | emulators/tuxnes/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/tuxnes/patches/patch-ag b/emulators/tuxnes/patches/patch-ag new file mode 100644 index 00000000000..8cc03aeb645 --- /dev/null +++ b/emulators/tuxnes/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2006/01/12 21:03:20 joerg Exp $ + +--- w.c.orig 2006-01-12 20:48:51.000000000 +0000 ++++ w.c +@@ -29,7 +29,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> |