From 07b50cd8a6702662b8818a5176226b3c72acb916 Mon Sep 17 00:00:00 2001 From: jvdias Date: Wed, 18 Jan 2006 19:54:01 +0000 Subject: [PATCH] .wapi dir now created by gacutil also - needs MONO_SHARED_DIR=. --- avahi-0.6.3-MONO_SHARED_DIR.patch | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/avahi-0.6.3-MONO_SHARED_DIR.patch b/avahi-0.6.3-MONO_SHARED_DIR.patch index a41f56b..23ec94c 100644 --- a/avahi-0.6.3-MONO_SHARED_DIR.patch +++ b/avahi-0.6.3-MONO_SHARED_DIR.patch @@ -1,5 +1,5 @@ ---- avahi-0.6.3/avahi-sharp/Makefile.am.MONO_SHARED_DIR 2005-12-22 07:36:22.000000000 -0500 -+++ avahi-0.6.3/avahi-sharp/Makefile.am 2006-01-12 17:41:11.000000000 -0500 +--- avahi-0.6.4/avahi-sharp/Makefile.am.MONO_SHARED_DIR 2005-12-22 07:36:22.000000000 -0500 ++++ avahi-0.6.4/avahi-sharp/Makefile.am 2006-01-18 14:52:36.000000000 -0500 @@ -48,7 +48,7 @@ $(srcdir)/gencfg.sh @@ -9,3 +9,16 @@ $(ASSEMBLY).config: $(ASSEMBLY).config.in +@@ -73,10 +73,10 @@ + endif + + install-data-hook: $(ASSEMBLY) +- $(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) ++ MONO_SHARED_DIR=. $(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) + + uninstall-hook: $(ASSEMBLY) +- $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) ++ MONO_SHARED_DIR=. $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) + + endif + endif