diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-11 22:29:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-11 22:29:38 +0000 |
commit | 47a28fa2def4ccacaf5658f79406f422e543e215 (patch) | |
tree | 6b1afd04f141e84eee5ab3ce6ea6df438e0463ea /net-p2p/xmule/files/patch-src::ClientCredits.cpp | |
parent | o After repo copy from ports/net/lmule (this is a fork of lmule): (diff) |
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)
Notes
Notes:
svn path=/head/; revision=82816
Diffstat (limited to 'net-p2p/xmule/files/patch-src::ClientCredits.cpp')
-rw-r--r-- | net-p2p/xmule/files/patch-src::ClientCredits.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/xmule/files/patch-src::ClientCredits.cpp b/net-p2p/xmule/files/patch-src::ClientCredits.cpp new file mode 100644 index 000000000000..8277638bcad3 --- /dev/null +++ b/net-p2p/xmule/files/patch-src::ClientCredits.cpp @@ -0,0 +1,11 @@ +--- src/ClientCredits.cpp.orig Tue May 27 15:25:08 2003 ++++ src/ClientCredits.cpp Tue May 27 15:25:19 2003 +@@ -22,7 +22,7 @@ + #include "ClientCredits.h" + #include "opcodes.h" + #include <math.h> +-#include "/usr/include/time.h" ++#include <sys/time.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> |