[111903] trunk/dports/kde
Ryan Schmidt
ryandesign at macports.org
Sat Oct 5 11:50:20 PDT 2013
On Oct 5, 2013, at 09:13, nicos at macports.org wrote:
> Revision: 111903
> https://trac.macports.org/changeset/111903
> Author: nicos at macports.org
> Date: 2013-10-05 07:13:57 -0700 (Sat, 05 Oct 2013)
> Log Message:
> -----------
> kdeedu ports: update to 4.11.2
> Modified: trunk/dports/kde/rocs/Portfile
> +#Clang of XCode 5 presently fails with a boost error
> +#(fatal error: recursive template instantiation exceeded maximum depth of 128)
> +#XCode 5.0.0 is 500.2.75
> +compiler.blacklist {clang > 500}
We recently fixed this same error in vigra using:
configure.cxxflags-append -ftemplate-depth-1024
Maybe something similar will help rocs.
More information about the macports-dev
mailing list