svn commit: r306416 - in head/audio/oss: . files

Jan Beich jbeich at tormail.org
Fri Oct 26 14:38:25 UTC 2012


Jan Beich <jbeich at tormail.org> writes:

> "Jason E. Hale" <jhale at FreeBSD.org> writes:
>
>> Author: jhale
>> Date: Fri Oct 26 05:31:59 2012
>> New Revision: 306416
>> URL: http://svn.freebsd.org/changeset/ports/306416
>>
>> Log:
>>   - Add fix to allow building with clang
> [...]
>> @@ -54,7 +50,7 @@ PROTO_SBINDIR=	${PROTO_DIR}/usr/sbin
>>  PROTO_MANDIR=	${PROTO_DIR}/usr/share/man
>>  PROTO_OSSLIBDIR=${PROTO_DIR}${PREFIX}/lib/oss
>>  
>> -CONFIGURE_ENV=	HOSTCC="${CC}"
>> +CONFIGURE_ENV=	CC="${CC}" HOSTCC="${CC}"
>
> Do you really need this change? bsd.port.mk always exports CC and a few
> other variables for do-configure, even if CONFIGURE_ENV is empty.

Ah, nevermind. I forgot that audio/oss use it's own do-configure.


More information about the svn-ports-head mailing list