Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 22:12:36 +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: r330364 - head/editors/libreoffice/files
Message-ID:  <201310142212.r9EMCaY0093707@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 * );
++
  // -----
  
  //==================================================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310142212.r9EMCaY0093707>