svn commit: r307333 - head/graphics/hugin/files

Vasil Dimov vd at FreeBSD.org
Mon Nov 12 12:07:56 UTC 2012


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 at 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


More information about the svn-ports-all mailing list