From owner-freebsd-ports Mon Feb 14 9:59:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 4D85449FE for ; Mon, 14 Feb 2000 09:59:44 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA98245; Mon, 14 Feb 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nobutaka.com (ppp-saijo-141.ipc.hiroshima-u.ac.jp [133.41.4.141]) by builder.freebsd.org (Postfix) with ESMTP id B7DB04AF9 for ; Mon, 14 Feb 2000 09:50:21 -0800 (PST) Received: (from nobutaka@localhost) by nobutaka.com (8.9.3/8.9.3) id CAA30550; Tue, 15 Feb 2000 02:51:18 +0900 (JST) (envelope-from nobutaka) Message-Id: <200002141751.CAA30550@nobutaka.com> Date: Tue, 15 Feb 2000 02:51:18 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16711: Fix port: www/w3m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16711 >Category: ports >Synopsis: Fix port: www/w3m >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 14 10:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Fix build error when defined(USE_OPENSSL) && !defined(OPENSSL_RSAREF) . >How-To-Repeat: >Fix: diff -urN w3m.old/Makefile w3m/Makefile --- w3m.old/Makefile Tue Feb 15 02:42:09 2000 +++ w3m/Makefile Tue Feb 15 02:43:23 2000 @@ -50,10 +50,10 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message