Revision
111767
Author
ryandesign@macports.org
Date
2013-10-01 04:38:16 -0700 (Tue, 01 Oct 2013)

Log Message

vigra: fix build with Xcode 5's clang (#40634)

Modified Paths

Diff

Modified: trunk/dports/graphics/vigra/Portfile (111766 => 111767)


--- trunk/dports/graphics/vigra/Portfile	2013-10-01 10:24:01 UTC (rev 111766)
+++ trunk/dports/graphics/vigra/Portfile	2013-10-01 11:38:16 UTC (rev 111767)
@@ -50,6 +50,9 @@
                         -DWITH_OPENEXR=ON \
                         -DBUILD_SHARED_LIBS=ON
 
+# recursive template instantiation exceeded maximum depth of 128
+configure.cxxflags-append -ftemplate-depth-1024
+
 # Restrict the usable compilers to clang and llvm (either XCode >4.0 or
 # MacPorts) and select the macports-clang-3.2 if no appropriate compiler is
 # present: