Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 09:59:52 +0200
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Cc:        Dave Hardman <dave@hardman.name>
Subject:   Re: Add options to a port.
Message-ID:  <200904170959.52837.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <20090417060100.GA74709@loc.alh.ost>
References:  <20090417060100.GA74709@loc.alh.ost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 17 April 2009 08:01:00 Dave Hardman wrote:
> 	Following a recent ports updating gnucash crashes with a
> segmentation fault. I've been advised to enable debugging to track down
> the problem. This is done
> by enabling the option --enable-debug to the config. My problem is that
> I don't know how to do this within the ports system. It looks as if this
> is done by adding an option to the makefile. I'm uncertain of what
> changes need to be made.
>
> I would be grateful for advice on this.

One way really:
echo 'CONFIGURE_ARGS+=--enable-debug' > \
 /usr/ports/finance/gnucash/Makefile.local

If portmaintainer would have been kind enough to use CONFIGURE_ARGS+= in the 
Makefile you could've done it 3 ways ;p
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904170959.52837.mel.flynn%2Bfbsd.questions>