47a28fa2de
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)
13 lines
325 B
C++
13 lines
325 B
C++
--- 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__;
|