SOURCES: avahi-dotnet.patch (NEW) - fix zssh.exe linking

qboosh qboosh at pld-linux.org
Mon Jun 18 00:44:26 CEST 2007


Author: qboosh                       Date: Sun Jun 17 22:44:26 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix zssh.exe linking

---- Files affected:
SOURCES:
   avahi-dotnet.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/avahi-dotnet.patch
diff -u /dev/null SOURCES/avahi-dotnet.patch:1.1
--- /dev/null	Mon Jun 18 00:44:26 2007
+++ SOURCES/avahi-dotnet.patch	Mon Jun 18 00:44:21 2007
@@ -0,0 +1,11 @@
+--- avahi-0.6.19/avahi-ui-sharp/Makefile.am.orig	2007-04-21 20:47:16.000000000 +0200
++++ avahi-0.6.19/avahi-ui-sharp/Makefile.am	2007-06-18 00:17:18.268425090 +0200
+@@ -40,7 +40,7 @@
+ 	$(srcdir)/gencfg.sh $(top_builddir)/avahi-common/libavahi-common.la < $< > $@
+ 
+ zssh.exe: $(srcdir)/zssh.cs
+-	mcs -out:$@ $^ -r:./avahi-ui-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix
++	mcs -out:$@ $^ -r:./avahi-ui-sharp.dll -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix
+ 
+ if HAVE_MONO
+ if HAVE_DBUS
================================================================


More information about the pld-cvs-commit mailing list