[83358] trunk/dports/net/fetch

Anders F Björklund afb at macports.org
Wed Aug 31 00:42:04 PDT 2011


Ryan Schmidt wrote:

>>>> +build.env	CC=${configure.cc} CFLAGS=${configure.cflags}
>>>> build.args	CFLAGS+=-I${prefix}/include LDFLAGS+=-L${prefix}/lib -DMK_OPENSSL
>>> 
>>> Why set CFLAGS in build.env, then append to CFLAGS in build.args?
>> 
>> Why not ?
> 
> It looked like an oversight. I just wanted to point out that it looked odd.

It wasn't an oversight, but also caused errors with wrong flags...

So thanks for pointing that out, now fixed - had to use WARNS=2(*).

--anders

* "WARNS" is a warning-level setting, for the bsd makefiles -
  it had the highest, WARNS=6, but then didn't add the CFLAGS



More information about the macports-dev mailing list