aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-06 12:20:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-06 12:20:43 +0000
commit3cbfc7ce25f77fc0f7d8f9e635795c06686eb9d1 (patch)
treec89761a108e3048c1c5f76d5c8bc685c20cda8c7 /devel
parente9ccd0e2a8a966f55315def2f1533d288009436b (diff)
downloadports-3cbfc7ce25f77fc0f7d8f9e635795c06686eb9d1.tar.gz
ports-3cbfc7ce25f77fc0f7d8f9e635795c06686eb9d1.zip
Fix build on FreeBSD 9.1
Notes
Notes: svn path=/head/; revision=353085
Diffstat (limited to 'devel')
-rw-r--r--devel/libc++/files/patch-include____config11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libc++/files/patch-include____config b/devel/libc++/files/patch-include____config
new file mode 100644
index 000000000000..378f07e87c5f
--- /dev/null
+++ b/devel/libc++/files/patch-include____config
@@ -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__)