[111767] trunk/dports/graphics/vigra/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 1 04:38:17 PDT 2013


Revision: 111767
          https://trac.macports.org/changeset/111767
Author:   ryandesign at 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:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131001/5122d6b7/attachment.html>


More information about the macports-changes mailing list