From 620eed24a7f01c2104e1d6e74b22f615d43bb3ff Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 19 Apr 2014 09:11:24 +0000 Subject: [PATCH] - Mark as BROKEN since the last lang/mono update. It seems like mono's CscToolPath is unset somewhere, causing the build to fail --- lang/ironpython/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile index a030361fabaa..e0e37dc14634 100644 --- a/lang/ironpython/Makefile +++ b/lang/ironpython/Makefile @@ -21,6 +21,8 @@ GH_COMMIT= 568c234 SUB_FILES= ipy ipy64 +BROKEN= does not build with mono 3.4.0 + do-build: cd ${WRKSRC} && ${LOCALBASE}/bin/xbuild /t:Stage \ /p:Configuration=Release /p:ReferencedPlatform=V4 \