summarylogtreecommitdiffstats
path: root/06_fix_mono_path.patch
diff options
context:
space:
mode:
authorQue Quotion2017-11-10 03:15:29 +0900
committerQue Quotion2017-11-10 03:15:29 +0900
commitc7d9a47ff079e682d16b51c4428e731546419c75 (patch)
treebf2073a81476d9344feca84fc97166a3e05c4dfe /06_fix_mono_path.patch
parent139ab590f3b5622488ab72fcbf81ab66f7189d7b (diff)
downloadaur-c7d9a47ff079e682d16b51c4428e731546419c75.tar.gz
repackaged by bititanb!
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
+