svn commit: r396547 - in head/textproc: . smi

Mathieu Arnold mat at FreeBSD.org
Thu Sep 10 07:46:10 UTC 2015



+--On 10 septembre 2015 03:37:23 +0200 Jan Beich <jbeich at FreeBSD.org> wrote:
| Jason Unovitch <junovitch at FreeBSD.org> writes:
| 
|> +post-patch:
|> +	${REINPLACE_CMD} -e 's|^CC = .*|CC = ${CC}|' \
| 
| CC is defined by default to a sane value in both GNU and BSD make.
| One can do '/^CC/d' but see below for better way.

The line was:

CC = something
not
CC ?= something

You can't overwrite CC = something from the command line, or the env.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150910/38b7ff11/attachment.bin>


More information about the svn-ports-all mailing list