From owner-svn-ports-all@freebsd.org Wed Oct 26 18:23:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 373FEC21CA0; Wed, 26 Oct 2016 18:23:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09179873; Wed, 26 Oct 2016 18:23:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9QINC41056257; Wed, 26 Oct 2016 18:23:12 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9QINCJU056256; Wed, 26 Oct 2016 18:23:12 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201610261823.u9QINCJU056256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 26 Oct 2016 18:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424727 - head/editors/libreoffice/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 18:23:13 -0000 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 @@ -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 {