mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8ad0c3adab
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.
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
--- generic/bz2_opt.c Sat Nov 18 17:42:31 2000
|
|
+++ generic/bz2_opt.c Fri Feb 15 14:09:36 2002
|
|
@@ -182,13 +182,4 @@
|
|
|
|
/*
|
|
- * 'bz2' is used, therefore load the required library.
|
|
- * And bail out if it is not available.
|
|
- */
|
|
-
|
|
- if (TCL_OK != TrfLoadBZ2lib (interp)) {
|
|
- return TCL_ERROR;
|
|
- }
|
|
-
|
|
- /*
|
|
* Now perform the real option check.
|
|
*/
|