Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2003 18:54:30 +0100
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        Stefan Bethke <stb@lassitu.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: CONFIGURE_ARGS does not include default args?
Message-ID:  <20030202185430.79942372.corecode@corecode.ath.cx>
In-Reply-To: <5F679F1E-36D4-11D7-A9F0-000393496BE8@lassitu.de>
References:  <5F679F1E-36D4-11D7-A9F0-000393496BE8@lassitu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
--=.wY.oQ.fJ:cPG6s
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Lately Stefan Bethke told:

> In light of this, should I change the Makefile from
>    CONFIGURE_ARGS= --quiet --with-logdir=/var/log
> to
>    CONFIGURE_ARGS+= --quiet --with-logdir=/var/log
> or am I missing something?

yes (=missing). CONFIGURE_ARGS gets modified in bsd.port.mk which is
parsed after the port's makefile. so += doesn't change a thing at all.
perhaps using
GNU_CONFIGURE=	yes
instead of
HAS_CONFIGURE=	yes
will do the job. try a make -V CONFIGURE_ARGS.

besides, it would be usefull if you told us which port this is about

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News

--=.wY.oQ.fJ:cPG6s
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+PVtZr5S+dk6z85oRAuXyAKDvMZYsjHqLg+ajjqHMfUDhRm5BewCaA+iL
gUK+TJTuRgLXHsbmpOFR//0=
=HMsT
-----END PGP SIGNATURE-----

--=.wY.oQ.fJ:cPG6s--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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