diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 13:53:13 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 14:42:29 +0200 |
commit | 01c31e553660ff2bbb29d34ac866e66a44116de0 (patch) | |
tree | 3e3c5803ddac126b378e77e166292b19b6fe610c /x11-toolkits/gnome-sharp20/files/patch-sample_gconf_Makefile.am | |
parent | sysutils/opendircolors: add new port (diff) |
x11/gnome-sharp20: remove
Dead upstream, no consumers left in the ports tree
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 - |