diff options
Diffstat (limited to 'app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch')
-rw-r--r-- | app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch b/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch deleted file mode 100644 index cfb7730c5ea7..000000000000 --- a/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 */ |