From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 25 03:19:55 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FCABEC2 for ; Sat, 25 Oct 2014 03:19:55 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D961C64B for ; Sat, 25 Oct 2014 03:19:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9P3JqrC094749 for ; Sat, 25 Oct 2014 03:19:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9P3Jlh8094224 for freebsd-gecko@freebsd.org; Sat, 25 Oct 2014 03:19:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 25 Oct 2014 03:19:47 GMT Message-Id: <201410250319.s9P3Jlh8094224@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1746 - trunk/www/linux-c6-freshplayerplugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 03:19:55 -0000 Author: jbeich Date: Sat Oct 25 03:19:47 2014 New Revision: 1746 Log: ignore CC/CXX/CPP from environment as only gcc-4.4.7 is installed under chroot Modified: trunk/www/linux-c6-freshplayerplugin/Makefile Modified: trunk/www/linux-c6-freshplayerplugin/Makefile ============================================================================== --- trunk/www/linux-c6-freshplayerplugin/Makefile Sat Oct 25 03:15:50 2014 (r1745) +++ trunk/www/linux-c6-freshplayerplugin/Makefile Sat Oct 25 03:19:47 2014 (r1746) @@ -108,7 +108,8 @@ do-build: ${CHROOT} ${BUILD_WRKSRC} \ - /bin/sh -c "cd /root && cmake28 . \ + ${SETENV} -u CC -u CXX -u CPP /bin/sh -c \ + "cd /root && cmake28 . \ ${CMAKE_ARGS:M*FLAGS*} ${CMAKE_ARGS:M*BUILD_TYPE*}" ${CHROOT} ${BUILD_WRKSRC} \ /usr/bin/make ${_MAKE_JOBS} -C /root