diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-11 22:29:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-11 22:29:38 +0000 |
commit | 47a28fa2def4ccacaf5658f79406f422e543e215 (patch) | |
tree | 6b1afd04f141e84eee5ab3ce6ea6df438e0463ea /net/xmule/files/patch-src::WebServer.cpp | |
parent | o After repo copy from ports/net/lmule (this is a fork of lmule): (diff) |
o After repo copy from ports/net/lmule (this is a fork of lmule):
update to xmule version 1.4.0
o Special thanks to [1] who helped patching the application for
FreeBSD
Reviewed by: Lauri Watts <lauri@fruitsalad.org>,
Frerich Raabe <frerich.raabe@gmx.de> [1]
Repo copy approved by: portmgr (self)
Repo copied by: cvs (joe)
Notes
Notes:
svn path=/head/; revision=82816
Diffstat (limited to 'net/xmule/files/patch-src::WebServer.cpp')
-rw-r--r-- | net/xmule/files/patch-src::WebServer.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xmule/files/patch-src::WebServer.cpp b/net/xmule/files/patch-src::WebServer.cpp new file mode 100644 index 000000000000..4087253695dd --- /dev/null +++ b/net/xmule/files/patch-src::WebServer.cpp @@ -0,0 +1,13 @@ +--- src/WebServer.cpp.orig Tue May 20 20:42:30 2003 ++++ src/WebServer.cpp Tue May 20 21:06:14 2003 +@@ -9,6 +9,10 @@ + #include <wx/wfstream.h> + #include <wx/txtstrm.h> + ++#ifdef __FreeBSD__ ++extern long long atoll(const char *s); ++#endif /* __FreeBSD__ */ ++ + #ifdef _DEBUG + #undef THIS_FILE + static char THIS_FILE[]=__FILE__; |