diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-11 22:29:38 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-11 22:29:38 +0000 |
commit | 73cf53882138aeafbd0c9031fd015b49c37ba58e (patch) | |
tree | 95716dc10c2d9ebc36789c23f1a8b69a222321d8 /net/xmule/files/patch-src::otherfunctions.cpp | |
parent | db9adb84f970f30edd80dce09e23996d918f6ad8 (diff) | |
download | FreeBSD-ports-73cf53882138aeafbd0c9031fd015b49c37ba58e.zip FreeBSD-ports-73cf53882138aeafbd0c9031fd015b49c37ba58e.tar.gz |
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)
Diffstat (limited to 'net/xmule/files/patch-src::otherfunctions.cpp')
-rw-r--r-- | net/xmule/files/patch-src::otherfunctions.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/xmule/files/patch-src::otherfunctions.cpp b/net/xmule/files/patch-src::otherfunctions.cpp new file mode 100644 index 0000000..b96a5b9 --- /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__ */ |