diff options
author | kristerw <kristerw> | 2004-12-11 12:53:51 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-12-11 12:53:51 +0000 |
commit | 05429f2cf239f68aed7b2732232c342236a9e0b1 (patch) | |
tree | 76a33d5429f3115b7c7dd05637f82bd869901066 | |
parent | 735c5e87003a33ccc42a7dc7f92d8f6ac47bc14e (diff) | |
download | pkgsrc-05429f2cf239f68aed7b2732232c342236a9e0b1.tar.gz |
Bool is not used, so no need to include stdbool.h.
This fixes NetBSD 1.6 build problem.
-rw-r--r-- | misc/open2300/distinfo | 3 | ||||
-rw-r--r-- | misc/open2300/patches/patch-ac | 12 |
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> |