Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2006 01:09:21 +0300
From:      Andrey Chernov <ache@freebsd.org>
To:        freebsd-eclipse@freebsd.org
Subject:   Re: eclipse-devel stops 'make index' in /usr/ports with WITH_MOTIF
Message-ID:  <20060121220921.GA36748@nagual.pp.ru>
In-Reply-To: <20060121213809.GA41498@nagual.pp.ru>
References:  <20060121213809.GA41498@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 22, 2006 at 12:38:09AM +0300, Andrey Chernov wrote:
> "Makefile", line 82: Malformed conditional ((${BROWSER} == "firefox"))
> "Makefile", line 84: if-less endif
> make: fatal errors encountered -- cannot continue
> ===> java/eclipse-devel failed
> 
> This is because BROWSER variable is never defined when WITH_MOTIF is set.

The fix:
.if (!defined(WITH_MOTIF) && ${BROWSER} == "firefox")

-- 
http://ache.pp.ru/



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