svn commit: r327059 - head/math/cln/files

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 12 12:25:26 UTC 2013


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 {
+ 


More information about the svn-ports-head mailing list