summarylogtreecommitdiffstats
path: root/06_fix_mono_path.patch
diff options
context:
space:
mode:
Diffstat (limited to '06_fix_mono_path.patch')
-rw-r--r--06_fix_mono_path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/06_fix_mono_path.patch b/06_fix_mono_path.patch
new file mode 100644
index 000000000000..8b33b43ec20d
--- /dev/null
+++ b/06_fix_mono_path.patch
@@ -0,0 +1,11 @@
+--- gnome-sharp-2.24.4/sample/gconf/Makefile.am 2017-09-02 17:17:07.434221315 -0500
++++ gnome-sharp-2.24.4/sample/gconf/Makefile.am.new 2017-09-02 17:19:53.864229560 -0500
+@@ -22,7 +22,7 @@
+ $(CSC) /out:sample.exe $(FILES) $(REFERENCES) $(RESOURCES)
+
+ Settings.cs: $(SCHEMA)
+- MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
++ MONO_PATH=$(top_builddir)/gconf/GConf:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
+
+ CLEANFILES = sample.exe Settings.cs
+