Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2012 12:07:56 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307333 - head/graphics/hugin/files
Message-ID:  <201211121207.qACC7u0O011016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Mon Nov 12 12:07:56 2012
New Revision: 307333
URL: http://svnweb.freebsd.org/changeset/ports/307333

Log:
  Fix compilation problem with clang in graphics/hugin
  
  PR:		ports/170758
  Submitted by:	Heath Nielson <heathn@gmail>
  Feature safe:	yes

Added:
  head/graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx   (contents, props changed)

Added: head/graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx	Mon Nov 12 12:07:56 2012	(r307333)
@@ -0,0 +1,11 @@
+--- src/foreign/vigra/vigra/cachedfileimage.hxx.orig	2012-11-12 13:33:18.000000000 +0200
++++ src/foreign/vigra/vigra/cachedfileimage.hxx	2012-11-12 13:34:44.000000000 +0200
+@@ -555,7 +555,7 @@
+ class NotifyingDirectionSelector<UnstridedArrayTag, T, Notify>
+ {
+ #ifdef __GNUC__
+-friend class Notify::self_type;
++friend class Notify::CachedFileImageIteratorBase;
+ #else
+ friend typename Notify::self_type;
+ #endif



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