From 88278c687f5bd2243a18b8f0d00daff1f19a40d1 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 15 Feb 2000 06:58:44 +0000 Subject: Fix build error for -current non-US users. PR: 16711 --- www/w3m/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/w3m') diff --git a/www/w3m/Makefile b/www/w3m/Makefile index dc930a463f7b..38d1e38bab07 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -50,10 +50,10 @@ SSL_LIBS= -L${OPENSSLLIB} -lssl -lcrypto SED_CMD+= -e "s,undef USE_SSL,define USE_SSL,g" .if defined(OPENSSL_RSAREF) -EXTRA_SSL_LIBS= -lRSAglue -L${LOCALBASE}/lib -lrsaref +EXTRA_SSL_LIBS= -lRSAglue -lrsaref .endif MAKE_FLAGS+= DEFS="${SSL_CFLAGS} -I${LOCALBASE}/include" \ - LIBS="${SSL_LIBS} ${EXTRA_SSL_LIBS}" + LIBS="${SSL_LIBS} ${EXTRA_SSL_LIBS} -L${LOCALBASE}/lib" .else MAKE_FLAGS+= DEFS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" .endif -- cgit v1.2.3