summaryrefslogtreecommitdiff
path: root/graphics/opendis/patches/patch-ab
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-22 19:22:03 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-22 19:22:03 +0000
commit8db99103855b671a0ff232a3a0d55dff982a571a (patch)
tree2d04c808c2609bff638a1e74d74fa77f46129c2a /graphics/opendis/patches/patch-ab
parentfe2697c73ae45ff6f94a9bc9f1ba3834cb6a0aeb (diff)
downloadpkgsrc-8db99103855b671a0ff232a3a0d55dff982a571a.tar.gz
include missing sys/types.h header. This fixes recently noted compile problems
on 1.4.x systems.
Diffstat (limited to 'graphics/opendis/patches/patch-ab')
-rw-r--r--graphics/opendis/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/opendis/patches/patch-ab b/graphics/opendis/patches/patch-ab
new file mode 100644
index 00000000000..25448b6f886
--- /dev/null
+++ b/graphics/opendis/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2000/08/22 19:22:04 dmcmahill Exp $
+
+needed on pre-1.5 systems.
+
+--- src/defs.h.orig Fri Nov 26 20:44:38 1999
++++ src/defs.h Tue Aug 22 15:12:57 2000
+@@ -36,4 +36,5 @@
+ #include <posix/endian.h>
+ #else
++#include <sys/types.h>
+ #include <machine/endian.h>
+ #endif