Fix build on FreeBSD 9.1
This commit is contained in:
parent
e9ccd0e2a8
commit
3cbfc7ce25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353085
11
devel/libc++/files/patch-include____config
Normal file
11
devel/libc++/files/patch-include____config
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./include/__config.orig 2014-01-06 16:23:02.000000000 +0100
|
||||
+++ ./include/__config 2014-05-06 14:12:18.649712048 +0200
|
||||
@@ -309,7 +309,7 @@
|
||||
#endif
|
||||
|
||||
#if __ISO_C_VISIBLE >= 2011 || __cplusplus >= 201103L
|
||||
-#if defined(__FreeBSD__)
|
||||
+#if defined(__FreeBSD__) && _FreeBSD_version >= 901501
|
||||
#define _LIBCPP_HAS_QUICK_EXIT
|
||||
#define _LIBCPP_HAS_C11_FEATURES
|
||||
#elif defined(__linux__)
|
Loading…
Reference in New Issue
Block a user