Date: Thu, 21 May 2015 20:55:43 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386954 - head/x11-toolkits/gtk-sharp30 Message-ID: <201505212055.t4LKthQl030194@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu May 21 20:55:42 2015 New Revision: 386954 URL: https://svnweb.freebsd.org/changeset/ports/386954 Log: Fix the build by telling configure to look for the mcs program instead of the "compat" gmcs program, which was removed in the mono 4.0 update. Submitted by: pkg-fallout Modified: head/x11-toolkits/gtk-sharp30/Makefile Modified: head/x11-toolkits/gtk-sharp30/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp30/Makefile Thu May 21 20:27:55 2015 (r386953) +++ head/x11-toolkits/gtk-sharp30/Makefile Thu May 21 20:55:42 2015 (r386954) @@ -20,4 +20,8 @@ SHEBANG_FILES= parser/*.pl USE_PERL5= run MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +post-patch: + @${REINPLACE_CMD} -e 's|gmcs|mcs|g' \ + ${WRKSRC}/configure + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505212055.t4LKthQl030194>