summaryrefslogtreecommitdiff
path: root/emulators/darcnes/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/darcnes/patches/patch-aj')
-rw-r--r--emulators/darcnes/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/darcnes/patches/patch-aj b/emulators/darcnes/patches/patch-aj
new file mode 100644
index 00000000000..213fe71366b
--- /dev/null
+++ b/emulators/darcnes/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2005/12/20 14:11:03 joerg Exp $
+
+--- unixdep.h.orig 2005-12-20 13:59:22.000000000 +0000
++++ unixdep.h
+@@ -11,7 +11,7 @@
+
+ #include <sys/param.h>
+
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #define SYSTEM_FREEBSD
+ #endif
+