aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hugin
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2012-11-12 20:07:56 +0800
committervd <vd@FreeBSD.org>2012-11-12 20:07:56 +0800
commit6866efcacce42132fc9bc7334d8a22b965d1aabe (patch)
tree75e9a03db487f31957124da0d44541bbaa8a9717 /graphics/hugin
parent781e7179e4c4f55ad4650322e743fc0e650231a6 (diff)
downloadfreebsd-ports-gnome-6866efcacce42132fc9bc7334d8a22b965d1aabe.tar.gz
freebsd-ports-gnome-6866efcacce42132fc9bc7334d8a22b965d1aabe.tar.zst
freebsd-ports-gnome-6866efcacce42132fc9bc7334d8a22b965d1aabe.zip
Fix compilation problem with clang in graphics/hugin
PR: ports/170758 Submitted by: Heath Nielson <heathn@gmail> Feature safe: yes
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/files/patch-src__foreign__vigra__vigra__cachedfileimage.hxx11
1 files changed, 11 insertions, 0 deletions
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<UnstridedArrayTag, T, Notify>
+ {
+ #ifdef __GNUC__
+-friend class Notify::self_type;
++friend class Notify::CachedFileImageIteratorBase;
+ #else
+ friend typename Notify::self_type;
+ #endif