Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 12:25:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327059 - head/math/cln/files
Message-ID:  <201309121225.r8CCPPCo099582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 12 12:25:25 2013
New Revision: 327059
URL: http://svnweb.freebsd.org/changeset/ports/327059

Log:
  Fix build with libc++
  
  Submitted by:	Gustau Perez (gusi via #poudriere on freenode)

Added:
  head/math/cln/files/
  head/math/cln/files/patch-include_cln_exception.h   (contents, props changed)

Added: head/math/cln/files/patch-include_cln_exception.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cln/files/patch-include_cln_exception.h	Thu Sep 12 12:25:25 2013	(r327059)
@@ -0,0 +1,10 @@
+--- include/cln/exception.h.orig	2013-09-12 12:47:22.000000000 +0000
++++ include/cln/exception.h	2013-09-12 12:43:48.000000000 +0000
+@@ -4,6 +4,7 @@
+ #define _CL_EXCEPTION_H
+ 
+ #include <stdexcept>
++#include <string>
+ 
+ namespace cln {
+ 



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