Kaydet (Commit) 0571fbb3 authored tarafından Pedro Giffuni's avatar Pedro Giffuni

FreeBSD port: workaround stlport issues.

üst ad026d3b
......@@ -2394,3 +2394,16 @@
{
bool fRet = true;
--- misc/silgraphite-2.3.1/engine/include/graphite/GrFeature.h 2009-01-21 17:36:40.000000000 -0500
+++ misc/build/silgraphite-2.3.1/engine/include/graphite/GrFeature.h 2013-01-15 15:38:54.000000000 -0500
@@ -21,6 +21,10 @@
//:End Ignore
+#ifdef __FreeBSD__
+#define wstring basic_string<wchar_t> //quick dirty hack for not finding _STL::wstring
+#endif
+
#include "GrAppData.h"
namespace gr
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment