From owner-freebsd-ports@FreeBSD.ORG Sun Apr 1 02:12:02 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A07311065670 for ; Sun, 1 Apr 2012 02:12:02 +0000 (UTC) (envelope-from freebsd-ports@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 58BB88FC08 for ; Sun, 1 Apr 2012 02:12:02 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id A012D5C22 for ; Sun, 1 Apr 2012 12:25:36 +1000 (EST) Message-ID: <4F77B970.3050906@herveybayaustralia.com.au> Date: Sun, 01 Apr 2012 12:12:00 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: libreoffice ignores defined CC variables and friends X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 02:12:02 -0000 In an attempt to build libreoffice I'm trying to build libreoffice-3.4.5.2 with clang, but it is ignoring every attempt I have made to set env variables, configure args. I have used -DCC=clang -DCXX=clang++ -DCPP=clang-cpp, I edited the Makefile to check these and set them in CONFIGURE_ARGS or CONFIGURE_ENV. It is not listening and is determined to use gcc :/ Am I missing something fundamental in my understanding of how things work here? Cheers