summaryrefslogtreecommitdiff
path: root/misc/bidwatcher/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-02-27 10:40:04 +0000
committerrillig <rillig@pkgsrc.org>2005-02-27 10:40:04 +0000
commit0c3bf8b56d073a6c8ca76b5339a8734ed924fa32 (patch)
tree7f3ccd98990db9b50e84ec48badd6d52c53acabd /misc/bidwatcher/patches
parentb48aca128ba0f44fa00bdca26f30cf4d4f180030 (diff)
downloadpkgsrc-0c3bf8b56d073a6c8ca76b5339a8734ed924fa32.tar.gz
Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron.
Diffstat (limited to 'misc/bidwatcher/patches')
-rw-r--r--misc/bidwatcher/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/bidwatcher/patches/patch-aa b/misc/bidwatcher/patches/patch-aa
new file mode 100644
index 00000000000..af5141f651f
--- /dev/null
+++ b/misc/bidwatcher/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.18 2005/02/27 10:40:04 rillig Exp $
+
+The header file uses the FILE type without including <cstdio>.
+This breaks (at least) on NetBSD-1.6.2.
+
+--- bidwatcher.h.orig Fri Feb 18 04:30:20 2005
++++ bidwatcher.h Sat Feb 26 14:15:23 2005
+@@ -29,6 +29,7 @@
+ #include "config.h"
+ #endif
+
++#include <cstdio>
+ #include <string>
+
+ using namespace std;