ports/devel/libc++/files/patch-src__string.cpp
Baptiste Daroussin 24f12368ca Update libc++ to r208080
Fix build on FreeBSD 8.4 by using devel/libmissing and new devel/xlocale
Add devel/xlocale which is a striped down version of freebsd's xlocale with just the minimal
requirements for libc++, initially maintained in libc++'s trunk for solaris support
2014-05-06 14:38:16 +00:00

10 lines
273 B
C++

--- ./src/string.cpp.orig 2014-05-06 16:01:31.219239454 +0200
+++ ./src/string.cpp 2014-05-06 15:59:03.134249779 +0200
@@ -19,6 +19,7 @@
#include "support/win32/support.h"
#endif // _LIBCPP_MSVCRT
#include <stdio.h>
+#include <stdlib.h>
_LIBCPP_BEGIN_NAMESPACE_STD