From 47a28fa2def4ccacaf5658f79406f422e543e215 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Wed, 11 Jun 2003 22:29:38 +0000 Subject: 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 , Frerich Raabe [1] Repo copy approved by: portmgr (self) Repo copied by: cvs (joe) --- net/xmule/files/patch-src::otherfunctions.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/xmule/files/patch-src::otherfunctions.cpp (limited to 'net/xmule/files/patch-src::otherfunctions.cpp') diff --git a/net/xmule/files/patch-src::otherfunctions.cpp b/net/xmule/files/patch-src::otherfunctions.cpp new file mode 100644 index 000000000000..b96a5b978c1d --- /dev/null +++ b/net/xmule/files/patch-src::otherfunctions.cpp @@ -0,0 +1,11 @@ +--- src/otherfunctions.cpp.orig Mon May 26 12:05:22 2003 ++++ src/otherfunctions.cpp Mon May 26 12:05:37 2003 +@@ -546,7 +546,7 @@ + } + + #ifdef __FreeBSD__ +-long long atoll( char * s ){ ++long long atoll(const char * s){ + return strtoll(s, (char **)NULL, 10); + } + #endif /* __FreeBSD__ */ -- cgit v1.2.3