From owner-svn-ports-head@FreeBSD.ORG Fri Dec 14 13:41:05 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 622C0F27; Fri, 14 Dec 2012 13:41:05 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 481128FC12; Fri, 14 Dec 2012 13:41:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBEDf5Mp070358; Fri, 14 Dec 2012 13:41:05 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBEDf5td070357; Fri, 14 Dec 2012 13:41:05 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201212141341.qBEDf5td070357@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 14 Dec 2012 13:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308901 - head/lang/v8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 13:41:05 -0000 Author: vanilla Date: Fri Dec 14 13:41:04 2012 New Revision: 308901 URL: http://svnweb.freebsd.org/changeset/ports/308901 Log: Fix build. Submitted by: Akihiko HAYASHI Modified: head/lang/v8/Makefile Modified: head/lang/v8/Makefile ============================================================================== --- head/lang/v8/Makefile Fri Dec 14 13:35:40 2012 (r308900) +++ head/lang/v8/Makefile Fri Dec 14 13:41:04 2012 (r308901) @@ -20,6 +20,8 @@ ALL_TARGET= native MAKE_ARGS= library=shared +.include + .if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" || ${OSVERSION} >= 1000024 MAKE_ENV+= LINK=clang++ .else @@ -40,4 +42,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/include/v8-testing.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/include/v8stdint.h ${PREFIX}/include/ -.include +.include