[30734] trunk/dports/devel/mono/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 5 11:27:21 PST 2007


Revision: 30734
          http://trac.macosforge.org/projects/macports/changeset/30734
Author:   mww at macports.org
Date:     2007-11-05 11:27:21 -0800 (Mon, 05 Nov 2007)

Log Message:
-----------
workaround for nasty build bug (build first fails, but completes on 2nd attempt) (#12934)

Modified Paths:
--------------
    trunk/dports/devel/mono/Portfile

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2007-11-05 19:22:14 UTC (rev 30733)
+++ trunk/dports/devel/mono/Portfile	2007-11-05 19:27:21 UTC (rev 30734)
@@ -33,6 +33,10 @@
 			--with-libgdiplus=${prefix} \
 			--mandir=${prefix}/share/man
 
+# nasty workaround:
+# mono sometimes fails to compile at 1st attempt (just trying again solves this)
+build.cmd		${build.cmd} ${build.target} || ${build.cmd}
+
 #destroot.env	DYLD_LIBRARY_PATH=${worksrcpath}/mono/mini/.libs:${worksrcpath}/mono/interpreter/.libs:${prefix}/lib:${x11prefix}/lib
 
 test.run		yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071105/ec034348/attachment.html


More information about the macports-changes mailing list