summaryrefslogtreecommitdiff
path: root/misc/open2300
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-12-11 12:53:51 +0000
committerkristerw <kristerw>2004-12-11 12:53:51 +0000
commit8a51d900781a70f40c61b81a67819a19cb5e1871 (patch)
tree76a33d5429f3115b7c7dd05637f82bd869901066 /misc/open2300
parent4c78fc84df8629ddbf78642e6a71783fd348f381 (diff)
downloadpkgsrc-8a51d900781a70f40c61b81a67819a19cb5e1871.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>