diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-14 23:59:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-14 23:59:23 +0000 |
commit | e7b0462c0a2e86b95d6d83e21ce6b7ab9f323170 (patch) | |
tree | 9d3915f6c1b7b62ac97a0576e00a3de886a71ad4 /net/xmule/files/patch-src::xmule.cpp | |
parent | - use Net::NNTP from p5-Net instead of system perl (diff) |
Update to 1.9.4b
Notes
Notes:
svn path=/head/; revision=121620
Diffstat (limited to 'net/xmule/files/patch-src::xmule.cpp')
-rw-r--r-- | net/xmule/files/patch-src::xmule.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
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 |