diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-07-02 18:16:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-07-02 18:16:53 +0000 |
commit | bee2fbd59b1496fb0c4aa5f02dfc7bd0ab93c350 (patch) | |
tree | f277ea48ce92512de83e949ddc57a4cf3dbe5b1a /comms/openobex/patches/patch-ad | |
parent | ed99b63cc1a5e40ccb3489909b0225ac2946b024 (diff) | |
download | pkgsrc-bee2fbd59b1496fb0c4aa5f02dfc7bd0ab93c350.tar.gz |
Add support for NetBSD's bluetooth, required by the upcoming package
obexapp.
Bump PKGREVISION.
Diffstat (limited to 'comms/openobex/patches/patch-ad')
-rw-r--r-- | comms/openobex/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/openobex/patches/patch-ad b/comms/openobex/patches/patch-ad new file mode 100644 index 00000000000..74ee19c1b3e --- /dev/null +++ b/comms/openobex/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/07/02 18:16:53 xtraeme Exp $ + +--- src/obex_object.c.orig 2006-07-02 18:56:59.000000000 +0200 ++++ src/obex_object.c 2006-07-02 18:57:10.000000000 +0200 +@@ -33,6 +33,7 @@ + #endif + + #include <stdio.h> ++#include <stdlib.h> + #include <string.h> + + #include "obex_main.h" |