Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 12:00:44 -0800
From:      Mark Woodson <mwoodson@sricrm.com>
To:        Martin McCormick <martin@dc.cis.okstate.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Best Way to Fix a links Browser Compilation Problem
Message-ID:  <200311051200.44126.mwoodson@sricrm.com>
In-Reply-To: <200311051948.hA5JmVLH060067@dc.cis.okstate.edu>
References:  <200311051948.hA5JmVLH060067@dc.cis.okstate.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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