Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2016 16:29:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412773 - head/benchmarks/iperf/files
Message-ID:  <201604081629.u38GTLKT083846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604081629.u38GTLKT083846>