summaryrefslogtreecommitdiff
path: root/net-wireless/bluemaho/files/btftp-libxml.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /net-wireless/bluemaho/files/btftp-libxml.patch
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
Diffstat (limited to 'net-wireless/bluemaho/files/btftp-libxml.patch')
-rw-r--r--net-wireless/bluemaho/files/btftp-libxml.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-wireless/bluemaho/files/btftp-libxml.patch b/net-wireless/bluemaho/files/btftp-libxml.patch
deleted file mode 100644
index d63add34..00000000
--- a/net-wireless/bluemaho/files/btftp-libxml.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur bluemaho-090417.orig/tools/sources/btftp-0.1/Makefile bluemaho-090417/tools/sources/btftp-0.1/Makefile
---- bluemaho-090417.orig/tools/sources/btftp-0.1/Makefile 2009-04-17 17:37:30.000000000 +0000
-+++ bluemaho-090417/tools/sources/btftp-0.1/Makefile 2009-05-12 13:31:50.000000000 +0000
-@@ -1,2 +1,2 @@
- all: obex.c sdp.c folder.c main.c
-- gcc -lbluetooth -lopenobex -lreadline -lxml2 obex.c sdp.c folder.c main.c -o btftp
-+ gcc -I/usr/include/libxml2/ -lbluetooth -lopenobex -lreadline -lxml2 obex.c sdp.c folder.c main.c -o btftp
-diff -Naur bluemaho-090417.orig/tools/sources/btftp-0.1/folder.c bluemaho-090417/tools/sources/btftp-0.1/folder.c
---- bluemaho-090417.orig/tools/sources/btftp-0.1/folder.c 2009-04-17 17:37:30.000000000 +0000
-+++ bluemaho-090417/tools/sources/btftp-0.1/folder.c 2009-05-12 13:31:26.000000000 +0000
-@@ -29,8 +29,8 @@
- #include <time.h>
- #include <sys/param.h>
-
--#include <gnome-xml/xmlmemory.h>
--#include <gnome-xml/parser.h>
-+#include <libxml/xmlmemory.h>
-+#include <libxml/parser.h>
-
- #include "goep.h"
- #include "ftp.h"