ports/benchmarks/iperf/files/patch-config.h.in
Sunpoet Po-Chuan Hsieh a57c6c85e7 - Fix build with libc++ 3.8.0
PR:		208491
Submitted by:	dim
2016-04-08 16:29:21 +00:00

12 lines
229 B
C

--- 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