summaryrefslogtreecommitdiff
path: root/misc/open2300
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-12-11 12:53:51 +0000
committerkristerw <kristerw@pkgsrc.org>2004-12-11 12:53:51 +0000
commit6d3f7c0f284d144f05c51e9e68b846939ac41b3b (patch)
tree76a33d5429f3115b7c7dd05637f82bd869901066 /misc/open2300
parent373406fefab77af5980b8c6e71f84e0964af0df4 (diff)
downloadpkgsrc-6d3f7c0f284d144f05c51e9e68b846939ac41b3b.tar.gz
Bool is not used, so no need to include stdbool.h.
This fixes NetBSD 1.6 build problem.
Diffstat (limited to 'misc/open2300')
-rw-r--r--misc/open2300/distinfo3
-rw-r--r--misc/open2300/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/open2300/distinfo b/misc/open2300/distinfo
index c20f4cdbc6b..24906430541 100644
--- a/misc/open2300/distinfo
+++ b/misc/open2300/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2004/11/29 08:22:27 martin Exp $
+$NetBSD: distinfo,v 1.5 2004/12/11 12:53:51 kristerw Exp $
SHA1 (open2300-1.8.tar.gz) = 86fd2dcdef995498ed17062dd4b8df5db6b3383d
Size (open2300-1.8.tar.gz) = 330320 bytes
SHA1 (patch-aa) = 3f2cc9994e45a77d2bfc6907515e5c7c4a6d13d3
SHA1 (patch-ab) = 9437137a36e434fcabde6acc5373be04523357e9
+SHA1 (patch-ac) = 48762f4c60ca475031659cad94701a1bc83b6795
diff --git a/misc/open2300/patches/patch-ac b/misc/open2300/patches/patch-ac
new file mode 100644
index 00000000000..082dc83288c
--- /dev/null
+++ b/misc/open2300/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2004/12/11 12:53:51 kristerw Exp $
+
+--- rw2300.h.orig Sat Dec 11 13:48:45 2004
++++ rw2300.h Sat Dec 11 13:48:57 2004
+@@ -20,7 +20,6 @@
+ #include <stdio.h>
+ #include <time.h>
+ #include <stdlib.h>
+-#include <stdbool.h>
+ #include <math.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>