Modified: trunk/dports/kde/rocs/Portfile (111924 => 111925)
--- trunk/dports/kde/rocs/Portfile 2013-10-06 07:04:52 UTC (rev 111924)
+++ trunk/dports/kde/rocs/Portfile 2013-10-06 07:05:45 UTC (rev 111925)
@@ -3,10 +3,10 @@
PortSystem 1.0
PortGroup kde4 1.1
-PortGroup compiler_blacklist_versions 1.0
name rocs
version 4.11.2
+revision 1
categories kde kde4
maintainers nicos
license GPL-2+ LGPL-2.1 GFDL-1.2
@@ -30,10 +30,9 @@
patchfiles-append patch-CMakeLists.txt.diff
}
-#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}
+#Forcing depth to avoid error in Clang Xcode 5:
+#recursive template instantiation exceeded maximum depth of 128
+configure.cxxflags-append -ftemplate-depth-1024
pre-build {
# Add missing object files manually. (Should be in librocscore, but does not link)