diff options
Diffstat (limited to 'x11-toolkits/gnome-sharp20/files/patch-sample_gconf_Makefile.am')
-rw-r--r-- | x11-toolkits/gnome-sharp20/files/patch-sample_gconf_Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gnome-sharp20/files/patch-sample_gconf_Makefile.am b/x11-toolkits/gnome-sharp20/files/patch-sample_gconf_Makefile.am deleted file mode 100644 index bebec9f58a82..000000000000 --- a/x11-toolkits/gnome-sharp20/files/patch-sample_gconf_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- sample/gconf/Makefile.am.orig 2017-08-20 08:02:28 UTC -+++ sample/gconf/Makefile.am -@@ -22,7 +22,7 @@ sample.exe: $(SCHEMA) $(srcdir)/sample.g - $(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 - |