diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-25 08:01:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-25 08:01:50 +0000 |
commit | cb15fb76a90d416e7d9815e6fe71b26e6c13701a (patch) | |
tree | 68833d08a2bfc527f38beded5933e87e6dd74c7c /net-p2p/mldonkey/files | |
parent | - Update to 0.9.9 (diff) |
- fix dependency
- fix openssl patch
maintainer emailed: 2005-10-08 (no feedback)
Approved by: (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=146303
Diffstat (limited to '')
-rw-r--r-- | net-p2p/mldonkey/files/patch-hashes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/files/patch-hashes b/net-p2p/mldonkey/files/patch-hashes index 1d042f022330..fc1f71eb47f9 100644 --- a/net-p2p/mldonkey/files/patch-hashes +++ b/net-p2p/mldonkey/files/patch-hashes @@ -122,11 +122,12 @@ return Val_true; \ --- src/networks/fasttrack/fst_crypt.c.orig Tue Sep 6 22:23:50 2005 +++ src/networks/fasttrack/fst_crypt.c Tue Sep 6 22:26:34 2005 -@@ -15,7 +15,7 @@ +@@ -15,7 +15,8 @@ * General Public License for more details. */ -#include "../../utils/lib/md5.h" ++#include <string.h> +#include <openssl/md5.h> #include "fst_crypt.h" |