summaryrefslogtreecommitdiff
path: root/cross/avrdude/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'cross/avrdude/patches/patch-af')
-rw-r--r--cross/avrdude/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/cross/avrdude/patches/patch-af b/cross/avrdude/patches/patch-af
new file mode 100644
index 00000000000..9e9d6618018
--- /dev/null
+++ b/cross/avrdude/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.3 2009/08/27 15:34:48 hasso Exp $
+
+--- ppi.c.orig 2009-03-06 21:09:11 +0100
++++ ppi.c
+@@ -33,7 +33,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ # include "freebsd_ppi.h"
+ #elif defined(__linux__)
+ # include "linux_ppdev.h"