summaryrefslogtreecommitdiff
path: root/ham/dpbox/patches/patch-am
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-24 22:27:07 +0000
committerjoerg <joerg>2006-01-24 22:27:07 +0000
commit854e20156bdbc9bf9d2fb2476f9ad579ff44370e (patch)
treede5758fae85621fb4a26203700f9f62557eeb576 /ham/dpbox/patches/patch-am
parentdb174acd480c5ebb1108829d62e9d668bde5cf56 (diff)
downloadpkgsrc-854e20156bdbc9bf9d2fb2476f9ad579ff44370e.tar.gz
Add DragonFly support. Fix an ambigious statement.
Diffstat (limited to 'ham/dpbox/patches/patch-am')
-rw-r--r--ham/dpbox/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/dpbox/patches/patch-am b/ham/dpbox/patches/patch-am
new file mode 100644
index 00000000000..2f45a1119ff
--- /dev/null
+++ b/ham/dpbox/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2006/01/24 22:27:07 joerg Exp $
+
+--- init.c.orig 2006-01-24 22:02:35.000000000 +0000
++++ init.c
+@@ -5,7 +5,7 @@
+ updated: Joachim Schurig DL8HBS 99/09/26
+ */
+
+-#if defined(__linux__) || defined(__NetBSD__)
++#if defined(__linux__) || defined(__NetBSD__) || defined(__DragonFly__)
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>