summaryrefslogtreecommitdiff
path: root/x11/fltk2/patches
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-14 18:53:21 +0000
committerhasso <hasso@pkgsrc.org>2009-03-14 18:53:21 +0000
commit807de83ec94d958c8f5eb9aa7a6fc071c28633f9 (patch)
tree63452da80845d5718e8f015566e1caec66bfea68 /x11/fltk2/patches
parent067ce692f323136ce6b1be368924fcbc8de5d8cc (diff)
downloadpkgsrc-807de83ec94d958c8f5eb9aa7a6fc071c28633f9.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'x11/fltk2/patches')
-rw-r--r--x11/fltk2/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fltk2/patches/patch-af b/x11/fltk2/patches/patch-af
new file mode 100644
index 00000000000..daf9dca1bef
--- /dev/null
+++ b/x11/fltk2/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2009/03/14 19:24:48 hasso Exp $
+
+--- fltk/x11.h.orig 2009-03-14 20:59:13 +0200
++++ fltk/x11.h 2009-03-14 20:59:37 +0200
+@@ -67,7 +67,7 @@ header files directly.
+
+ # undef Window
+
+-# if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
++# if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__DragonFly__)
+ typedef unsigned long ulong;
+ typedef unsigned int uint;
+ typedef unsigned char uchar;