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: