[113935] trunk/dports/graphics/hugin-app/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 25 20:52:08 PST 2013


Revision: 113935
          https://trac.macports.org/changeset/113935
Author:   ryandesign at macports.org
Date:     2013-11-25 20:52:07 -0800 (Mon, 25 Nov 2013)
Log Message:
-----------
hugin-app: fix "recursive template instantiation exceeded maximum depth of 128" (#41463)

Modified Paths:
--------------
    trunk/dports/graphics/hugin-app/Portfile

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2013-11-26 04:30:45 UTC (rev 113934)
+++ trunk/dports/graphics/hugin-app/Portfile	2013-11-26 04:52:07 UTC (rev 113935)
@@ -81,6 +81,9 @@
 # prevents some compiler errors
 configure.cxxflags-append -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0
 
+# recursive template instantiation exceeded maximum depth of 128
+configure.cxxflags-append -ftemplate-depth-1024
+
 livecheck.type          regex
 livecheck.url           ${homepage}
 livecheck.regex         Hugin-(\[.0-9\]+) released
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131125/ae60a8db/attachment-0001.html>


More information about the macports-changes mailing list