svn commit: r353085 - head/devel/libc++/files

Baptiste Daroussin bapt at FreeBSD.org
Tue May 6 12:20:43 UTC 2014


Author: bapt
Date: Tue May  6 12:20:43 2014
New Revision: 353085
URL: http://svnweb.freebsd.org/changeset/ports/353085
QAT: https://qat.redports.org/buildarchive/r353085/

Log:
  Fix build on FreeBSD 9.1

Added:
  head/devel/libc++/files/
  head/devel/libc++/files/patch-include____config   (contents, props changed)

Added: head/devel/libc++/files/patch-include____config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libc++/files/patch-include____config	Tue May  6 12:20:43 2014	(r353085)
@@ -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__)


More information about the svn-ports-all mailing list