ufraw: darwin11 build fix (dev timeout)
--- trunk/dports/graphics/ufraw/Portfile 2011-06-28 00:22:34 UTC (rev 79847)
+++ trunk/dports/graphics/ufraw/Portfile 2011-06-28 00:23:31 UTC (rev 79848)
@@ -38,4 +38,12 @@
${docdir}
}
+# This looks like a bug in llvm-gcc-4.2 compilation being incompatible with llvm-g++-4.2 linking
+# Undefined symbols for architecture x86_64:
+# "___builtin_object_size", referenced from:
+# "_alloca", referenced from:
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+ configure.compiler clang
+}
+
livecheck.regex "<title>${name} ${name}-(\\d+(?:\\.\\d+)*) released.*</title>"