[79848] trunk/dports/graphics/ufraw/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Jun 27 17:23:31 PDT 2011
Revision: 79848
http://trac.macports.org/changeset/79848
Author: jeremyhu at macports.org
Date: 2011-06-27 17:23:31 -0700 (Mon, 27 Jun 2011)
Log Message:
-----------
ufraw: darwin11 build fix (dev timeout)
Modified Paths:
--------------
trunk/dports/graphics/ufraw/Portfile
Modified: trunk/dports/graphics/ufraw/Portfile
===================================================================
--- 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>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110627/083fa5ac/attachment-0001.html>
More information about the macports-changes
mailing list