Best Way to Fix a links Browser Compilation Problem
Mark Woodson
mwoodson at sricrm.com
Wed Nov 5 12:00:47 PST 2003
On Wednesday 05 November 2003 11:48 am, Martin McCormick wrote:
> I am attempting to install a newer version of the "links" text
> browser. The Makefile tells you to
> define WITHOUT_X11 if you are not using X so I modified the
> Makefile to define that parameter as follows:
> CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib
> --WITHOUT_X11
>
> Actually, that line may wrap when you read this message, but
> all those defines are on one line and the WITHOUT_X11 is simply
> tacked on to the end.
You do not actually need to edit the CONFIGURE_ARGS in Makefile,
rather you include that statement in your call to make
make WITHOUT_X11=yes install
-Mark
More information about the freebsd-questions
mailing list