]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- fix zssh.exe linking
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Jun 2007 22:44:21 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avahi-dotnet.patch -> 1.1

avahi-dotnet.patch [new file with mode: 0644]

diff --git a/avahi-dotnet.patch b/avahi-dotnet.patch
new file mode 100644 (file)
index 0000000..d479ea0
--- /dev/null
@@ -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
This page took 0.030457 seconds and 4 git commands to generate.