1
0
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:
Sunpoet Po-Chuan Hsieh 2016-04-08 16:29:21 +00:00
parent f2e8c63f35
commit a57c6c85e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412773

View 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