Modified: trunk/dports/kde/krusader/Portfile (110323 => 110324)
--- trunk/dports/kde/krusader/Portfile 2013-08-29 22:39:42 UTC (rev 110323)
+++ trunk/dports/kde/krusader/Portfile 2013-08-29 22:49:06 UTC (rev 110324)
@@ -43,9 +43,21 @@
# ticket #31655
# krusader/Dialogs/checksumdlg.cpp:32:61: error: default arguments can only be specified for parameters in a function declaration
# const QString checksumFile, bool recursive, const QString& type=QString());
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
+compiler.blacklist-append *clang*
+
+platform darwin {
+ if {${os.major} >= 13} {
+ # TODO: Test Mavericks once the clang build failures are addressed
+
+ depends_lib
+ depends_run
+ pre-fetch {
+ ui_error "$name does not build on Mavericks or later."
+ error "unsupported platform"
+ }
+ }
}
+
# awful hack to avoid meinproc crash, ticket #30162
build.asroot yes