diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2009-09-07 17:16:23 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2009-09-07 17:16:23 +0000 |
| commit | 3fb3b0682c76d55fde1b3eecff8b6cacb29b3a45 (patch) | |
| tree | 3bb142df277a80aea138d2cbe01dd414e15a06c6 /devel/monodevelop/files/patch-SystemAssemblyService.cs | |
| parent | upgrade to 0.137 (diff) | |
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 <romain at blogreen.org> (latest version)
Diffstat (limited to 'devel/monodevelop/files/patch-SystemAssemblyService.cs')
| -rw-r--r-- | devel/monodevelop/files/patch-SystemAssemblyService.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/monodevelop/files/patch-SystemAssemblyService.cs b/devel/monodevelop/files/patch-SystemAssemblyService.cs new file mode 100644 index 000000000000..b12aef4be1c1 --- /dev/null +++ b/devel/monodevelop/files/patch-SystemAssemblyService.cs @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/core/MonoDevelop.Core/MonoDevelop.Core/SystemAssemblyService.cs.orig ++++ src/core/MonoDevelop.Core/MonoDevelop.Core/SystemAssemblyService.cs +@@ -412,6 +412,7 @@ + + string[] suffixes = new string [] { + Path.Combine ("lib", "pkgconfig"), ++ Path.Combine ("libdata", "pkgconfig"), + Path.Combine ("lib64", "pkgconfig"), + Path.Combine ("share", "pkgconfig"), + }; |
