openbsd-ports
[Top] [All Lists]

Re: new port: QCad

To: ports@openbsd.org
Subject: Re: new port: QCad
From: naddy@mips.inka.de (Christian Weisgerber)
Date: Mon, 6 Aug 2001 19:33:57 +0000 (UTC)
C:
Newsgroups: list.openbsd.ports
References: <20010802120308.A18070@janky.gsky.dom> <Pine.BSO.4.33.0108021544580.13082-100000@ss5.comstyle.com>
Sender: owner-ports@openbsd.org
Brad <brad@comstyle.com> wrote:

> CC="${CC}" is prefered.

That is a confusing statement.  In a Makefile, CC=${CC} is a recursive
definition and an error.

I think what Brad meant to say is that you can just use

MAKE_FLAGS=     CC="${CC}"

to override a definition the distributed Makefile may contain.  You can
save a patch that way.  On the other hand, if you already need to patch
the provided Makefile anyway, you might just as well remove any CC
assignment there or use ?= .

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de

<Prev in Thread] Current Thread [Next in Thread>