You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2013/01/15 22:06:38 UTC

svn commit: r1433648 - /openoffice/trunk/main/graphite/graphite-2.3.1.patch

Author: pfg
Date: Tue Jan 15 21:06:38 2013
New Revision: 1433648

URL: http://svn.apache.org/viewvc?rev=1433648&view=rev
Log:
FreeBSD port: workaround stlport issues.

Modified:
    openoffice/trunk/main/graphite/graphite-2.3.1.patch

Modified: openoffice/trunk/main/graphite/graphite-2.3.1.patch
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/graphite/graphite-2.3.1.patch?rev=1433648&r1=1433647&r2=1433648&view=diff
==============================================================================
--- openoffice/trunk/main/graphite/graphite-2.3.1.patch (original)
+++ openoffice/trunk/main/graphite/graphite-2.3.1.patch Tue Jan 15 21:06:38 2013
@@ -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