Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 16:36:59 +0200
From:      Jan Beich <jbeich@tormail.org>
To:        "Jason E. Hale" <jhale@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r306416 - in head/audio/oss: . files
Message-ID:  <1TRl19-0003Eh-Od@internal.tormail.org>
In-Reply-To: <86lietfgla.fsf@tormail.org> (Jan Beich's message of "Fri, 26 Oct 2012 13:33:37 -0100")
References:  <201210260531.q9Q5VxD0029886@svn.freebsd.org> <86lietfgla.fsf@tormail.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich <jbeich@tormail.org> writes:

> "Jason E. Hale" <jhale@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1TRl19-0003Eh-Od>