diff options
Diffstat (limited to 'net/xmule/files')
-rw-r--r-- | net/xmule/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net/xmule/files/patch-src::ServerSocket.cpp | 10 | ||||
-rw-r--r-- | net/xmule/files/patch-src::SysTray.h | 10 | ||||
-rw-r--r-- | net/xmule/files/patch-src::xmule.cpp | 10 |
4 files changed, 36 insertions, 5 deletions
diff --git a/net/xmule/files/patch-Makefile.in b/net/xmule/files/patch-Makefile.in index 9eee2c105565..0b26965c1675 100644 --- a/net/xmule/files/patch-Makefile.in +++ b/net/xmule/files/patch-Makefile.in @@ -1,11 +1,12 @@ ---- Makefile.in.orig Tue Mar 9 23:59:49 2004 -+++ Makefile.in Tue Mar 9 23:59:54 2004 -@@ -55,8 +55,9 @@ +--- Makefile.in.orig Sun Nov 14 20:51:28 2004 ++++ Makefile.in Sun Nov 14 20:52:07 2004 +@@ -268,9 +268,9 @@ + @rm -rf Compilation.flags Makefile aclocal.m4 autom4te.cache config.h* config.l* config.st* config.rp* configure depcomp intl install: all - @mkdir -p @bindir@ +- @mkdir -p @bindir@ - @mkdir -p @datadir@/{applications,locale,pixmaps} -- @cp -f src/{ed2k,xmule} @bindir@ +- @cp -f ed2k xmule @bindir@ + @mkdir -p @datadir@/applications + @mkdir -p @datadir@/locale + @mkdir -p @datadir@/pixmaps diff --git a/net/xmule/files/patch-src::ServerSocket.cpp b/net/xmule/files/patch-src::ServerSocket.cpp new file mode 100644 index 000000000000..b3e1a7f2fb43 --- /dev/null +++ b/net/xmule/files/patch-src::ServerSocket.cpp @@ -0,0 +1,10 @@ +--- src/ServerSocket.cpp.orig Sun Nov 14 19:41:57 2004 ++++ src/ServerSocket.cpp Sun Nov 14 19:42:03 2004 +@@ -44,6 +44,7 @@ + + #include "DynPrefs/DynPrefs.h" // Needed for DynamicPreferences + ++#include <netinet/in.h> + #include <arpa/inet.h> // Needed for sockaddr_in + + class ServerSocketEvt: public wxEvtHandler diff --git a/net/xmule/files/patch-src::SysTray.h b/net/xmule/files/patch-src::SysTray.h new file mode 100644 index 000000000000..55da4e3d176e --- /dev/null +++ b/net/xmule/files/patch-src::SysTray.h @@ -0,0 +1,10 @@ +--- src/SysTray.h.orig Sun Nov 14 19:45:30 2004 ++++ src/SysTray.h Sun Nov 14 19:45:00 2004 +@@ -31,6 +31,7 @@ + #include <locale.h> + #include <config.h> + #include <sys/ioctl.h> ++#include <sys/socket.h> + #include <net/if.h> + #include <netinet/in.h> + #include <arpa/inet.h> diff --git a/net/xmule/files/patch-src::xmule.cpp b/net/xmule/files/patch-src::xmule.cpp new file mode 100644 index 000000000000..559592e23866 --- /dev/null +++ b/net/xmule/files/patch-src::xmule.cpp @@ -0,0 +1,10 @@ +--- src/xmule.cpp.orig Sun Nov 14 20:25:21 2004 ++++ src/xmule.cpp Sun Nov 14 20:32:50 2004 +@@ -65,7 +65,6 @@ + + #include <iostream> // Needed for std::cout + #include <gtk/gtk.h> // Needed for GTK_WINDOW_TOPLEVEL +-#include <mcheck.h> + + #include <wx/clipbrd.h> // Needed for wxTheClipboard + #include <wx/msgdlg.h> // Needed for wxMessageBox |