From 3fb3b0682c76d55fde1b3eecff8b6cacb29b3a45 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Mon, 7 Sep 2009 17:16:23 +0000 Subject: MonoDevelop is a free GNOME integrated development environment (IDE) primarily designed for C# and other .NET languages. The main features of MonoDevelop are: * Code Completion * Class Management * Built-in Help * Project Support * Add-ins PR: 117545 Submitted by: Romain Tartiere (latest version) --- ...ddins_MonoDevelop.Autotools_SolutionDeployer.cs | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_SolutionDeployer.cs (limited to 'devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_SolutionDeployer.cs') diff --git a/devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_SolutionDeployer.cs b/devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_SolutionDeployer.cs new file mode 100644 index 000000000000..0b223e85aa75 --- /dev/null +++ b/devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_SolutionDeployer.cs @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- src/addins/MonoDevelop.Autotools/SolutionDeployer.cs.orig ++++ src/addins/MonoDevelop.Autotools/SolutionDeployer.cs +@@ -171,7 +171,7 @@ + chainedOutput.ChainWriter (monitor.Log); + chainedOutput.ChainWriter (sw); + +- ProcessWrapper process = Runtime.ProcessService.StartProcess ( "make", ++ ProcessWrapper process = Runtime.ProcessService.StartProcess ( "gmake", + "dist", + baseDir, + chainedOutput, +@@ -180,7 +180,7 @@ + process.WaitForOutput (); + + if ( process.ExitCode > 0 ) +- throw new Exception ( GettextCatalog.GetString ("An unspecified error occurred while running '{0}'", "make dist") ); ++ throw new Exception ( GettextCatalog.GetString ("An unspecified error occurred while running '{0}'", "gmake dist") ); + + monitor.Step ( 1 ); + -- cgit v1.2.3