Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2002 12:27:52 -0800
From:      Sean Chittenden <sean@chittenden.org>
To:        John Merryweather Cooper <john_m_cooper@yahoo.com>
Cc:        Miguel Mendez <flynn@energyhq.homeip.net>, Dave Tweten <tweten@nas.nasa.gov>, Andreas Klemm <andreas@klemm.gtn.com>, FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: Lyx Port Problem
Message-ID:  <20020226122752.F49641@ninja1.internal>
In-Reply-To: <1014721371.37366.26.camel@johncoop.MSHOME>; from "john_m_cooper@yahoo.com" on Tue, Feb 26, 2002 at = 03:02:49AM
References:  <200202260025.g1Q0P1q02088@gilmore.nas.nasa.gov> <20020226090254.A9068@energyhq.homeip.net> <1014721371.37366.26.camel@johncoop.MSHOME>

next in thread | previous in thread | raw e-mail | index | archive | help
> I have a PR already posted on this with a similar (but not identical)
> patch.

As a work around, Dirk had an excellent kludge that worked for me:

cd /usr/ports/print/lyx
mkdir bin
ln -s /usr/local/bin/automake14 bin/automake
ln -s /usr/local/bin/autoconf213 bin/autoconf
ln -s /usr/local/bin/autoheader213 bin/autoheader
set path = ($PWD/bin:$path)
make install

-sc

-- 
Sean Chittenden

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020226122752.F49641>