freebsd-ports/devel/tcl-trf/files/patch-bz2_opt
Mikhail Teterin 8ad0c3adab 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.
2002-02-17 16:03:11 +00:00

16 lines
360 B
Text

--- 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.
*/