Date: Fri, 22 Aug 1997 13:15:12 +0800 From: Peter Wemm <peter@spinner.dialix.com.au> To: obrien@NUXI.COM Cc: Andreas Klemm <andreas@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/lynx Makefile ports/www/lynx/files md5 Message-ID: <199708220515.NAA01343@spinner.dialix.com.au> In-Reply-To: Your message of "Thu, 21 Aug 1997 22:06:00 MST." <19970821220600.16791@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"David O'Brien" wrote: > > Please mark it broken, it not compiles on -current due to confugure bug > > (missing -lmytinfo) I discuss in the lynx mailing list right now. > > Please use the syntax: > > OSVERSION!= sysctl -n kern.osreldate > .if ${OSVERSION} >= 300000 > BROKEN= "outdated WRT -CURRENT's fooz" > .endif It should be as simple as something like this to bandaid it for the time being... CONFIGURE_ENV+= LIBS="-lncurses -lmytinfo" ...or whatever. This means the users don't have to put up with a broken lynx while the developers sort it out. Cheers, -Peter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708220515.NAA01343>