svn commit: r330364 - head/editors/libreoffice/files
Jung-uk Kim
jkim at FreeBSD.org
Mon Oct 14 22:12:37 UTC 2013
Author: jkim
Date: Mon Oct 14 22:12:36 2013
New Revision: 330364
URL: http://svnweb.freebsd.org/changeset/ports/330364
Log:
Fix build with clang and libc++ on i386.
Submitted by: tijl
Modified:
head/editors/libreoffice/files/extra-patch-libc++
Modified: head/editors/libreoffice/files/extra-patch-libc++
==============================================================================
--- head/editors/libreoffice/files/extra-patch-libc++ Mon Oct 14 21:33:13 2013 (r330363)
+++ head/editors/libreoffice/files/extra-patch-libc++ Mon Oct 14 22:12:36 2013 (r330364)
@@ -247,7 +247,7 @@
//==================================================================================================
--- bridges/source/cpp_uno/gcc3_linux_intel/share.hxx.orig 2013-08-13 16:11:48.000000000 -0400
+++ bridges/source/cpp_uno/gcc3_linux_intel/share.hxx 2013-09-18 13:06:17.000000000 -0400
-@@ -25,6 +25,37 @@
+@@ -25,10 +25,39 @@
#include <uno/any2.h>
@@ -284,8 +284,12 @@
+
namespace CPPU_CURRENT_NAMESPACE
{
+-
+-void dummy_can_throw_anything( char const * );
+
+ // ----- following decl from libstdc++-v3/libsupc++/unwind-cxx.h and unwind.h
-@@ -86,6 +117,13 @@
+@@ -86,6 +115,15 @@
void *thrown_exception, void *tinfo, void (*dest) (void *) ) __attribute__((noreturn));
#endif
@@ -296,6 +300,8 @@
+namespace CPPU_CURRENT_NAMESPACE
+{
+
++void dummy_can_throw_anything( char const * );
++
// -----
//==================================================================================================
More information about the svn-ports-all
mailing list