svn commit: r412773 - head/benchmarks/iperf/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 8 16:29:22 UTC 2016


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


More information about the svn-ports-all mailing list