Modified: trunk/dports/sysutils/rvm/Portfile (67141 => 67142)
--- trunk/dports/sysutils/rvm/Portfile 2010-04-30 03:47:48 UTC (rev 67141)
+++ trunk/dports/sysutils/rvm/Portfile 2010-04-30 03:51:07 UTC (rev 67142)
@@ -23,6 +23,9 @@
--with-default-log-dir=${prefix}/var/log/rvm \
--mandir=${prefix}/share/man
+# avoid ridiculous conftest that uses up all memory to see if it gets an error when it runs out of memory
+configure.args-append ac_cv_cxx_exception_on_failed_alloc=yes
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/var/log/rvm/
system "touch ${destroot}${prefix}/var/log/rvm/.turn"