Revision
67142
Author
ryandesign@macports.org
Date
2010-04-29 20:51:07 -0700 (Thu, 29 Apr 2010)

Log Message

rvm: disable configure test that causes at least one of my machines to hang while using up all memory

Modified Paths

Diff

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"