freebsd-ports/devel/monodevelop/files/patch-SystemAssemblyService.cs
Greg Lewis 3fb3b0682c 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)
2009-09-07 17:16:23 +00:00

13 lines
401 B
C#

$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"),
};