aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/mldonkey
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-25 08:01:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-25 08:01:50 +0000
commitcb15fb76a90d416e7d9815e6fe71b26e6c13701a (patch)
tree68833d08a2bfc527f38beded5933e87e6dd74c7c /net-p2p/mldonkey
parentcabcdd9c08fa3c7d35fc75501b49cd2274fe7db9 (diff)
downloadports-cb15fb76a90d416e7d9815e6fe71b26e6c13701a.tar.gz
ports-cb15fb76a90d416e7d9815e6fe71b26e6c13701a.zip
Notes
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r--net-p2p/mldonkey/Makefile1
-rw-r--r--net-p2p/mldonkey/files/patch-hashes3
2 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index d8c8d6c410b7..6ace328abd53 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -22,6 +22,7 @@ USE_BZIP2= yes
WANT_AUTOCONF_VER= 259
USE_REINPLACE= yes
USE_OPENSSL= yes
+USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pthread --enable-ocamlver=3
USE_GMAKE= yes
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"