Date: Wed, 26 Oct 2016 18:23:12 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424727 - head/editors/libreoffice/files Message-ID: <201610261823.u9QINCJU056256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610261823.u9QINCJU056256>