linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / gnome-sharp / fix-mono-path.patch
blob706f119c8baac0d38127f6f8087d428f5f9b0fb4
1 diff --git a/sample/gconf/Makefile.am b/sample/gconf/Makefile.am
2 index a0ee802..8260694 100644
3 --- a/sample/gconf/Makefile.am
4 +++ b/sample/gconf/Makefile.am
5 @@ -22,7 +22,7 @@ sample.exe: $(SCHEMA) $(srcdir)/sample.glade $(FILES) $(ASSEMBLIES)
6 $(CSC) /out:sample.exe $(FILES) $(REFERENCES) $(RESOURCES)
8 Settings.cs: $(SCHEMA)
9 - MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
10 + MONO_PATH=$(top_builddir)/gconf/GConf/:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
12 CLEANFILES = sample.exe Settings.cs