Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 14:24:57 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365190 - head/audio/tomahawk/files
Message-ID:  <201408171424.s7HEOviJ038230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Sun Aug 17 14:24:57 2014
New Revision: 365190
URL: http://svnweb.freebsd.org/changeset/ports/365190
QAT: https://qat.redports.org/buildarchive/r365190/

Log:
  Add patch to fix build with libc++

Added:
  head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h   (contents, props changed)

Added: head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h	Sun Aug 17 14:24:57 2014	(r365190)
@@ -0,0 +1,13 @@
+--- src/libtomahawk/utils/Closure.h.orig	2014-08-15 16:48:25.000000000 +0200
++++ src/libtomahawk/utils/Closure.h	2014-08-15 16:49:47.000000000 +0200
+@@ -30,6 +30,10 @@
+ #include <boost/noncopyable.hpp>
+ #include <boost/scoped_ptr.hpp>
+ 
++#ifdef _LIBCPP_VERSION
++namespace std { namespace tr1 = std; }
++#endif
++
+ namespace _detail {
+ 
+ class DLLEXPORT ClosureArgumentWrapper {



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