From 34d7b2e51b531c462729945c4c9fc557db1f718c Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sat, 21 Aug 2004 13:52:53 +0000 Subject: [PATCH] Fix build error in the environment that using the OpenSSL from the ports instead of the one from the base system. Submitted by: Ingo Rohlfs --- www/w3m/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 30504a686c30..f9d124f7283b 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -30,7 +30,7 @@ DOCS= FAQ.html HISTORY MANUAL.html README \ README.dict README.func STORY.html keymap.default \ keymap.lynx menu.default menu.submenu -.if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so) +.if !defined(WITHOUT_SSL) && (exists(/usr/lib/libcrypto.so) || exists(${LOCALBASE}/lib/libcrypto.so)) USE_OPENSSL= yes .else CONFIGURE_ARGS+= --without-ssl