diff options
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"), + }; |
