mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
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
10 lines
273 B
C++
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
|
|
|