From 6866efcacce42132fc9bc7334d8a22b965d1aabe Mon Sep 17 00:00:00 2001 From: vd Date: Mon, 12 Nov 2012 12:07:56 +0000 Subject: Fix compilation problem with clang in graphics/hugin PR: ports/170758 Submitted by: Heath Nielson Feature safe: yes --- .../patch-src__foreign__vigra__vigra__cachedfileimage.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx (limited to 'graphics/hugin') diff --git a/graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx b/graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx new file mode 100644 index 000000000000..00dd91263adf --- /dev/null +++ b/graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx @@ -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 + { + #ifdef __GNUC__ +-friend class Notify::self_type; ++friend class Notify::CachedFileImageIteratorBase; + #else + friend typename Notify::self_type; + #endif -- cgit