freebsd-ports/net/xmule/files/patch-src::WebServer.cpp
Mario Sergio Fujikawa Ferreira 47a28fa2de 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)
2003-06-11 22:29:38 +00:00

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__;