pkgsrc/comms/obexftp/patches/patch-ag
xtraeme 170edeacdd Update to 0.20 (latest stable version):
Changes:

* Motorola support, tested with models v710/e815
* object caching and directory parsing (for things like ObexFS)
* Nokia support via IrDA and Bluetooth
* Siemens S65 support
* Everything but data goes to stderr for more simple redirection.
* VMO converter (gsm and wav) split into seperate package.
* Ericsson and Siemens cable support unified (still testing).

pkgsrc changes:

* NetBSD bluetooth support, thanks to Iain Hibbert for finishing it.
2006-07-17 12:29:57 +00:00

19 lines
426 B
Text

$NetBSD: patch-ag,v 1.2 2006/07/17 12:29:57 xtraeme Exp $
--- obexftp/cache.c.orig 2006-07-09 12:43:21.000000000 +0200
+++ obexftp/cache.c 2006-07-09 12:43:56.000000000 +0200
@@ -40,6 +40,14 @@
#include <langinfo.h>
#endif
+#ifdef HAVE_BLUETOOTH
+#ifdef __NetBSD__
+#include <bluetooth.h>
+#else
+#include <bluetooth/bluetooth.h>
+#endif
+#endif /* HAVE_BLUETOOTH */
+
#include <openobex/obex.h>
#include "obexftp.h"