From owner-svn-ports-all@FreeBSD.ORG Fri Oct 26 14:38:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0220592; Fri, 26 Oct 2012 14:38:24 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC268FC08; Fri, 26 Oct 2012 14:38:24 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TRl3G-00013M-0L; Fri, 26 Oct 2012 18:38:22 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=FJ9S5DZgoWtaQ/duDVX9xCWmLeqh2/TXmE88VN2926w=; b=T09Fip4zYAVN2vilXuR1SW650zypv9hgEJkxRbFsimrXVHrF3X476Lw6V7GpGwvDqnl+Q0Zq2ZU8fwJATcpDk3bokSMgCZCYYOGkRHTRQ1hDngs+PdeVVL/M0EJ0dAY4NVMx6kw6DMfd9vN6XXCgnC45ogiYBunc/9iYZrl6STs=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TRl19-0003Eh-Od; Fri, 26 Oct 2012 14:36:14 +0000 From: Jan Beich To: "Jason E. Hale" Subject: Re: svn commit: r306416 - in head/audio/oss: . files In-Reply-To: <86lietfgla.fsf@tormail.org> (Jan Beich's message of "Fri, 26 Oct 2012 13:33:37 -0100") Date: Fri, 26 Oct 2012 16:36:59 +0200 References: <201210260531.q9Q5VxD0029886@svn.freebsd.org> <86lietfgla.fsf@tormail.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1TRl19-0003Eh-Od@internal.tormail.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 14:38:25 -0000 Jan Beich writes: > "Jason E. Hale" 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.