diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-17 16:03:11 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-17 16:03:11 +0000 |
commit | 8ad0c3adab3c50e57f8c41d6ac55f3c2adf0e527 (patch) | |
tree | 09c1c2b63306d31664eb0b3fa578a0d151f2c591 /devel/tcl-trf/files/patch-crypt | |
parent | - Add patch for configure (diff) |
Resolve a few more symbols at compile/link time, rather than at
run-time. This fixes the bz2 commands. We link against -lmd, so use
<md2.h> and <md5.h>, instead of <openssl/md[25].h> (why do we even
install those separately?). Bump up portrevision.
Change the reference (in the comment) from -lscrypt to -lcrypt.
Notes
Notes:
svn path=/head/; revision=54822
Diffstat (limited to 'devel/tcl-trf/files/patch-crypt')
-rw-r--r-- | devel/tcl-trf/files/patch-crypt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcl-trf/files/patch-crypt b/devel/tcl-trf/files/patch-crypt index ce817a2dbd58..eaeeb2053f2d 100644 --- a/devel/tcl-trf/files/patch-crypt +++ b/devel/tcl-trf/files/patch-crypt @@ -3,7 +3,7 @@ @@ -112,4 +112,6 @@ */ -+char *crypt_md5(const char *pw, const char *salt); /* Live in -lscrypt */ ++char *crypt_md5(const char *pw, const char *salt); /* Lives in -lcrypt */ + static int TrfMd5CryptObjCmd (notUsed, interp, objc, objv) |