svn commit: r424727 - head/editors/libreoffice/files

Jung-uk Kim jkim at FreeBSD.org
Wed Oct 26 18:23:13 UTC 2016


Author: jkim
Date: Wed Oct 26 18:23:12 2016
New Revision: 424727
URL: https://svnweb.freebsd.org/changeset/ports/424727

Log:
  Remove an extraneous brace for libstdc++ for completeness.  Note this change
  alone does not allow us to build LibreOffice with GCC and libstdc++.

Modified:
  head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx

Modified: head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx
==============================================================================
--- head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx	Wed Oct 26 18:03:56 2016	(r424726)
+++ head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx	Wed Oct 26 18:23:12 2016	(r424727)
@@ -1,4 +1,4 @@
---- bridges/source/cpp_uno/gcc3_linux_intel/share.hxx.orig	2015-08-22 06:41:35 UTC
+--- bridges/source/cpp_uno/gcc3_linux_intel/share.hxx.orig	2016-05-04 21:28:24 UTC
 +++ bridges/source/cpp_uno/gcc3_linux_intel/share.hxx
 @@ -32,10 +32,34 @@
  #include <uno/any2.h>
@@ -37,15 +37,15 @@
  
  // ----- following decl from libstdc++-v3/libsupc++/unwind-cxx.h and unwind.h
  
-@@ -104,6 +128,8 @@ extern "C" void __cxa_throw(
-     __attribute__((noreturn));
+@@ -105,6 +129,8 @@ extern "C" void __cxa_throw(
  }
  #endif
-+}
-+#endif
  
++#endif
++
  extern "C" void privateSnippetExecutorGeneral();
  extern "C" void privateSnippetExecutorVoid();
+ extern "C" void privateSnippetExecutorHyper();
 @@ -115,12 +141,17 @@ extern "C" void privateSnippetExecutorCl
  namespace CPPU_CURRENT_NAMESPACE
  {


More information about the svn-ports-all mailing list