From owner-svn-ports-head@FreeBSD.ORG Tue May 26 18:43:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D2A155F; Tue, 26 May 2015 18:43:13 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B878255; Tue, 26 May 2015 18:43:13 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4QIhDr4013402; Tue, 26 May 2015 18:43:13 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4QIhD59013401; Tue, 26 May 2015 18:43:13 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201505261843.t4QIhD59013401@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 26 May 2015 18:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387510 - head/devel/libiomp5-devel 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.20 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: Tue, 26 May 2015 18:43:13 -0000 Author: brooks Date: Tue May 26 18:43:12 2015 New Revision: 387510 URL: https://svnweb.freebsd.org/changeset/ports/387510 Log: Fix build on 9.3 and other systems where the default compiler doesn't support C++11. Modified: head/devel/libiomp5-devel/Makefile Modified: head/devel/libiomp5-devel/Makefile ============================================================================== --- head/devel/libiomp5-devel/Makefile Tue May 26 18:42:23 2015 (r387509) +++ head/devel/libiomp5-devel/Makefile Tue May 26 18:43:12 2015 (r387510) @@ -20,7 +20,7 @@ LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} CMAKE_ARGS= -Darch=${OPENMP_ARCH} -USES= cmake ninja tar:xz +USES= cmake compiler:c++11-lang ninja tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/runtime