diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-10-25 08:01:50 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-10-25 08:01:50 +0000 |
commit | 4573cff0bfb4f867b964d96f503cd22d1d07bd19 (patch) | |
tree | 36b7059c95259878a009837ef4d1413e48500d9f /net-p2p/mldonkey | |
parent | b702368bbb1c7f4d0dcd9557e25dd39c1e705534 (diff) | |
download | FreeBSD-ports-4573cff0bfb4f867b964d96f503cd22d1d07bd19.zip FreeBSD-ports-4573cff0bfb4f867b964d96f503cd22d1d07bd19.tar.gz |
- fix dependency
- fix openssl patch
maintainer emailed: 2005-10-08 (no feedback)
Approved by: (maintainer timeout)
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/mldonkey/files/patch-hashes | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index d8c8d6c..6ace328 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 1d042f0..fc1f71e 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" |