Revision
92472
Author
cal@macports.org
Date
2012-04-29 09:59:37 -0700 (Sun, 29 Apr 2012)

Log Message

yorick-yeti: Add note on why the compiler was changed

Modified Paths

Diff

Modified: trunk/dports/science/yorick-yeti/Portfile (92471 => 92472)


--- trunk/dports/science/yorick-yeti/Portfile	2012-04-29 16:58:30 UTC (rev 92471)
+++ trunk/dports/science/yorick-yeti/Portfile	2012-04-29 16:59:37 UTC (rev 92472)
@@ -42,6 +42,7 @@
 
 universal_variant   no
 
+# the build seems to hang with llvm-gcc-4.2
 if {${configure.compiler} == "llvm-gcc-4.2"} {
     configure.compiler clang
 }