From owner-svn-ports-head@freebsd.org Thu Dec 31 16:05:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 145C0A57E75; Thu, 31 Dec 2015 16:05:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D8D911102; Thu, 31 Dec 2015 16:05:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVG5wbU059561; Thu, 31 Dec 2015 16:05:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVG5v4n059560; Thu, 31 Dec 2015 16:05:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512311605.tBVG5v4n059560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 31 Dec 2015 16:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404952 - head/devel/flatbuffers 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: Thu, 31 Dec 2015 16:05:59 -0000 Author: riggs Date: Thu Dec 31 16:05:57 2015 New Revision: 404952 URL: https://svnweb.freebsd.org/changeset/ports/404952 Log: Fix build on 9.x PR: 205709 Submitted by: yuri@rawbw.com (maintainer) Modified: head/devel/flatbuffers/Makefile Modified: head/devel/flatbuffers/Makefile ============================================================================== --- head/devel/flatbuffers/Makefile Thu Dec 31 15:34:40 2015 (r404951) +++ head/devel/flatbuffers/Makefile Thu Dec 31 16:05:57 2015 (r404952) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= google -USES= cmake +USES= cmake compiler:c++11-lib USE_LDCONFIG= yes .include