summaryrefslogtreecommitdiff
path: root/graphics/opendis
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
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')
-rw-r--r--graphics/opendis/files/patch-sum3
-rw-r--r--graphics/opendis/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/opendis/files/patch-sum b/graphics/opendis/files/patch-sum
index 4e6c616821a..00fc7a1c305 100644
--- a/graphics/opendis/files/patch-sum
+++ b/graphics/opendis/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/05/12 03:07:41 sommerfeld Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/22 19:22:03 dmcmahill Exp $
MD5 (patch-aa) = 7612d82619f0016a108c44ee01d1b0db
+MD5 (patch-ab) = 343037e6050103d80d0816344c9a164b
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