[111767] trunk/dports/graphics/vigra/Portfile
Revision: 111767 https://trac.macports.org/changeset/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: -------------- trunk/dports/graphics/vigra/Portfile Modified: trunk/dports/graphics/vigra/Portfile =================================================================== --- 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:
participants (1)
-
ryandesign@macports.org