summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-12-11 20:25:53 +0000
committerAlin Năstac <mrness@gentoo.org>2008-12-11 20:25:53 +0000
commit526a8be67157c197e5c8ca1ec6c8e6a040efc21b (patch)
treee24d1762f6d67e2972ec90a3de1dd7cfc0954278 /app-mobilephone/obexftp/files
parentUnmask app-shells/bash-completion (bug #250027). (diff)
downloadgentoo-2-526a8be67157c197e5c8ca1ec6c8e6a040efc21b.tar.gz
gentoo-2-526a8be67157c197e5c8ca1ec6c8e6a040efc21b.tar.bz2
gentoo-2-526a8be67157c197e5c8ca1ec6c8e6a040efc21b.zip
Fix compilation errors when built against openobex-1.4 (#250210)
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-mobilephone/obexftp/files')
-rw-r--r--app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch b/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch
new file mode 100644
index 000000000000..cfb7730c5ea7
--- /dev/null
+++ b/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch
@@ -0,0 +1,12 @@
+--- obexftp-0.22.orig/apps/obexftpd.c 2008-06-15 22:18:58.000000000 +0300
++++ obexftp-0.22/apps/obexftpd.c 2008-12-09 00:01:20.000000000 +0200
+@@ -58,6 +58,9 @@
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>
++#ifdef HAVE_BLUETOOTH
++#include <bluetooth/bluetooth.h>
++#endif
+ #endif
+
+ /* just until there is a server layer in obexftp */