From 3767f238bcf6edd980c6ebd75d81ea4fdd370ce1 Mon Sep 17 00:00:00 2001 From: "Preston A. Elder" Date: Wed, 29 May 2002 23:24:18 +0000 Subject: Fixed so the configure script does the right thing when ssl is used. --- net-www/lynx/ChangeLog | 12 ++++++++++-- net-www/lynx/lynx-2.8.4a-r3.ebuild | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'net-www/lynx') diff --git a/net-www/lynx/ChangeLog b/net-www/lynx/ChangeLog index 1808775bf4b6..d60f40be6279 100644 --- a/net-www/lynx/ChangeLog +++ b/net-www/lynx/ChangeLog @@ -1,9 +1,17 @@ # ChangeLog for net-www/lynx # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/ChangeLog,v 1.3 2002/05/08 23:29:54 edolnx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/ChangeLog,v 1.4 2002/05/29 23:24:18 prez Exp $ + +*lynx-2.8.4a-r3 (29 May 2002) + + 29 May 2002; Preston A. Elder lynx-2.8.4a-r3.ebuild : + + Fixed the ebuild to just pass --with-ssl=yes, not --with-ssl=/usr. + The configure fails to do the right thing with the path version. *lynx-2.8.4a-r3 (08 May 2002) - 08 May 2002; Carl Perry lynx-2.8.4ar3.ebuild : + + 08 May 2002; Carl Perry lynx-2.8.4a-r3.ebuild : Fixed the alternate SRC_URI link so that it works. Found during ibiblio.org outage yesterday. diff --git a/net-www/lynx/lynx-2.8.4a-r3.ebuild b/net-www/lynx/lynx-2.8.4a-r3.ebuild index 97861594fc68..e145c2a70a11 100644 --- a/net-www/lynx/lynx-2.8.4a-r3.ebuild +++ b/net-www/lynx/lynx-2.8.4a-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r3.ebuild,v 1.2 2002/05/08 23:29:54 edolnx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r3.ebuild,v 1.3 2002/05/29 23:24:18 prez Exp $ S=${WORKDIR}/lynx2-8-4 HOMEPAGE="http://lynx.browser.org/" @@ -24,7 +24,7 @@ src_unpack() { src_compile() { local myconf use nls && myconf="${myconf} --enable-nls" - use ssl && myconf="${myconf} --with-ssl=/usr" + use ssl && myconf="${myconf} --with-ssl=yes" use ipv6 && myconf="${myconf} --enable-ipv6" ./configure --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share \ -- cgit v1.2.3-65-gdbad