diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /net-wireless/bluemaho/files | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'net-wireless/bluemaho/files')
-rw-r--r-- | net-wireless/bluemaho/files/bluemaho | 4 | ||||
-rw-r--r-- | net-wireless/bluemaho/files/btftp-libxml.patch | 21 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net-wireless/bluemaho/files/bluemaho b/net-wireless/bluemaho/files/bluemaho new file mode 100644 index 00000000..4089d08b --- /dev/null +++ b/net-wireless/bluemaho/files/bluemaho @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/lib/bluemaho/ +./bluemaho.py $@ diff --git a/net-wireless/bluemaho/files/btftp-libxml.patch b/net-wireless/bluemaho/files/btftp-libxml.patch new file mode 100644 index 00000000..d63add34 --- /dev/null +++ b/net-wireless/bluemaho/files/btftp-libxml.patch @@ -0,0 +1,21 @@ +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" |