Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2018 06:38:01 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Craig Leres <leres@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r478274 - in head/dns/dsc: . files
Message-ID:  <20180828063801.GA75004@FreeBSD.org>
In-Reply-To: <201808280045.w7S0jrIP048733@repo.freebsd.org>
References:  <201808280045.w7S0jrIP048733@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 28, 2018 at 12:45:53AM +0000, Craig Leres wrote:
> New Revision: 478274
> URL: https://svnweb.freebsd.org/changeset/ports/478274
> 
> Log:
>   Update to 2.7.0. Add --with-extra-cflags=-I${PREFIX}/include
>   so configure finds pcap/sll.h. Add a rc.d script. Fix the path

>From this description it looks like it should be LOCALBASE, not PREFIX.

>  GNU_CONFIGURE=	yes
> +CONFIGURE_ARGS+= --with-extra-cflags=-I${PREFIX}/include

+= is confusing since you're assigning, not appending to existing args
(there are none).

./danfe



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