Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Apr 2017 22:43:34 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r437476 - in head/devel/glib20: . files
Message-ID:  <y3vj-n9jd-wny@FreeBSD.org>
In-Reply-To: <201704012036.v31Kall1063899@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 1 Apr 2017 20:36:47 %2B0000 (UTC)")
References:  <201704012036.v31Kall1063899@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Baptiste Daroussin <bapt@FreeBSD.org> writes:

> Author: bapt
> Date: Sat Apr  1 20:36:47 2017
> New Revision: 437476
> URL: https://svnweb.freebsd.org/changeset/ports/437476
>
> Log:
>   Reapply 437111
>   While here remove configure arguments already passed by the framework
[...]
> -DEBUG_CONFIGURE_ARGS+=	--enable-debug=yes \
> -			--disable-silent-rules
> +DEBUG_CONFIGURE_ARGS+=	--enable-debug=yes

Doh, _CONFIGURE_ARGS helper doesn't exist, use _CONFIGURE_ON. And += is
unnecessary, plain = would work. See x11-toolkits/gtk20/Makefile



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