summaryrefslogtreecommitdiff
path: root/net/ser/patches
diff options
context:
space:
mode:
authorwiz <wiz>2007-06-01 00:26:36 +0000
committerwiz <wiz>2007-06-01 00:26:36 +0000
commitc2ef74bd33b8c987866983a29bed1ccac2c9d8bc (patch)
tree9c22b45ca36fe8a0b88cf8d5d8617118d91fca3e /net/ser/patches
parent41cc1b6ca6504c88c84b2d297ed3d96279f2337e (diff)
downloadpkgsrc-c2ef74bd33b8c987866983a29bed1ccac2c9d8bc.tar.gz
Add mysql option, requested in private mail.
Add patch to make most modules build on NetBSD-4.99.20/amd64. XXX: pike.so still doesn't; it won't get installed and the PLIST is wrong.
Diffstat (limited to 'net/ser/patches')
-rw-r--r--net/ser/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ser/patches/patch-ab b/net/ser/patches/patch-ab
new file mode 100644
index 00000000000..3c3cbe55ead
--- /dev/null
+++ b/net/ser/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2007/06/01 00:26:36 wiz Exp $
+
+--- lock_ops.h.orig 2004-07-26 23:18:35.000000000 +0000
++++ lock_ops.h
+@@ -66,6 +66,9 @@ WARNING: - lock_set_init may fail for la
+ #ifndef _lock_ops_h
+ #define _lock_ops_h
+
++#include <errno.h>
++#include <string.h>
++#include "dprint.h"
+
+ #ifdef FAST_LOCK
+ #include "fastlock.h"