mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix build with libc++ 3.8.0
PR: 208491 Submitted by: dim
This commit is contained in:
parent
f2e8c63f35
commit
a57c6c85e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412773
12
benchmarks/iperf/files/patch-config.h.in
Normal file
12
benchmarks/iperf/files/patch-config.h.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user