From owner-svn-ports-head@freebsd.org Fri Apr 8 16:29:22 2016 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 7F348B09243; Fri, 8 Apr 2016 16:29:22 +0000 (UTC) (envelope-from sunpoet@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 404FB10B0; Fri, 8 Apr 2016 16:29:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u38GTLJ3083847; Fri, 8 Apr 2016 16:29:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u38GTLKT083846; Fri, 8 Apr 2016 16:29:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604081629.u38GTLKT083846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 Apr 2016 16:29:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412773 - head/benchmarks/iperf/files 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.21 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, 08 Apr 2016 16:29:22 -0000 Author: sunpoet Date: Fri Apr 8 16:29:21 2016 New Revision: 412773 URL: https://svnweb.freebsd.org/changeset/ports/412773 Log: - Fix build with libc++ 3.8.0 PR: 208491 Submitted by: dim Added: head/benchmarks/iperf/files/patch-config.h.in (contents, props changed) Added: head/benchmarks/iperf/files/patch-config.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/iperf/files/patch-config.h.in Fri Apr 8 16:29:21 2016 (r412773) @@ -0,0 +1,12 @@ +--- config.h.in.orig 2010-04-10 19:23:05 UTC ++++ config.h.in +@@ -268,7 +268,9 @@ + #undef _REENTRANT + + /* */ ++#ifndef __cplusplus + #undef bool ++#endif + + /* Define to empty if `const' does not conform to ANSI C. */ + #undef const