1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix compilation problem with clang in graphics/hugin

PR:		ports/170758
Submitted by:	Heath Nielson <heathn@gmail>
Feature safe:	yes
This commit is contained in:
Vasil Dimov 2012-11-12 12:07:56 +00:00
parent 9c1d7161b8
commit 47d6225bad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307333

View File

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