diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-18 07:01:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-18 07:01:51 +0000 |
commit | 2ea511dba22a47dc70d61d94e9e9a0048708c2c3 (patch) | |
tree | 205a82e122c19794540d3e5ef798c750426d16d2 /net-p2p/xmule/files/patch-src::WebServer.cpp | |
parent | - Add SHA256 (diff) |
o Update to 1.12.0
o Switch from depending on x11-toolkits/wxgtk24 to x11-toolkits/wxgtk26
o Remove patches which incorporated in the distribution
PR: 88176
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Notes
Notes:
svn path=/head/; revision=148706
Diffstat (limited to 'net-p2p/xmule/files/patch-src::WebServer.cpp')
-rw-r--r-- | net-p2p/xmule/files/patch-src::WebServer.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-p2p/xmule/files/patch-src::WebServer.cpp b/net-p2p/xmule/files/patch-src::WebServer.cpp deleted file mode 100644 index 4087253695dd..000000000000 --- a/net-p2p/xmule/files/patch-src::WebServer.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- 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__; |