aboutsummaryrefslogtreecommitdiffstats
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-10-27 02:23:12 +0800
committerjkim <jkim@FreeBSD.org>2016-10-27 02:23:12 +0800
commit7b78ee47fbcf1f3ab51517fd0bebb2261dbe9762 (patch)
tree37c62fc0ff0f985f0dad8295aef654659d45a8b7 /editors/libreoffice
parent80fc70330852a8737deaba93147adbe067ce1f4c (diff)
downloadfreebsd-ports-gnome-7b78ee47fbcf1f3ab51517fd0bebb2261dbe9762.tar.gz
freebsd-ports-gnome-7b78ee47fbcf1f3ab51517fd0bebb2261dbe9762.tar.zst
freebsd-ports-gnome-7b78ee47fbcf1f3ab51517fd0bebb2261dbe9762.zip
Remove an extraneous brace for libstdc++ for completeness. Note this change
alone does not allow us to build LibreOffice with GCC and libstdc++.
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx b/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx
index 18746ec95efd..d08ce84df4a8 100644
--- a/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx
+++ b/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx
@@ -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
{