diff options
author | 2007-06-29 18:18:41 +0000 | |
---|---|---|
committer | 2007-06-29 18:18:41 +0000 | |
commit | 068de7110ca553a7b9b4e2f993f27a4d0f451454 (patch) | |
tree | 1da1ece20ca4715eb9c8dd5a19606fcb7c0e4b9c /net-dns/avahi/files | |
parent | stable x86, bug 182850 (diff) | |
download | gentoo-2-068de7110ca553a7b9b4e2f993f27a4d0f451454.tar.gz gentoo-2-068de7110ca553a7b9b4e2f993f27a4d0f451454.tar.bz2 gentoo-2-068de7110ca553a7b9b4e2f993f27a4d0f451454.zip |
Add a patch to fix bug #183607.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'net-dns/avahi/files')
-rw-r--r-- | net-dns/avahi/files/avahi-0.6.19-ui-sharp-gtk.patch | 16 | ||||
-rw-r--r-- | net-dns/avahi/files/avahi-0.6.20-ui-sharp-gtk.patch | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net-dns/avahi/files/avahi-0.6.19-ui-sharp-gtk.patch b/net-dns/avahi/files/avahi-0.6.19-ui-sharp-gtk.patch new file mode 100644 index 000000000000..8f3d261e6262 --- /dev/null +++ b/net-dns/avahi/files/avahi-0.6.19-ui-sharp-gtk.patch @@ -0,0 +1,16 @@ +diff -Nur avahi-0.6.19.orig/avahi-ui-sharp/Makefile.am avahi-0.6.19/avahi-ui-sharp/Makefile.am +--- avahi-0.6.19.orig/avahi-ui-sharp/Makefile.am 2007-06-29 17:46:50.068591000 +0000 ++++ avahi-0.6.19/avahi-ui-sharp/Makefile.am 2007-06-29 17:48:32.023145178 +0000 +@@ -44,6 +44,7 @@ + + if HAVE_MONO + if HAVE_DBUS ++if HAVE_GTK + all: $(ASSEMBLY) $(ASSEMBLY).config zssh.exe + + if HAVE_MONODOC +@@ -68,3 +69,4 @@ + + endif + endif ++endif diff --git a/net-dns/avahi/files/avahi-0.6.20-ui-sharp-gtk.patch b/net-dns/avahi/files/avahi-0.6.20-ui-sharp-gtk.patch new file mode 100644 index 000000000000..9d6def5b8c80 --- /dev/null +++ b/net-dns/avahi/files/avahi-0.6.20-ui-sharp-gtk.patch @@ -0,0 +1,16 @@ +diff -Nur avahi-0.6.20.orig/avahi-ui-sharp/Makefile.am avahi-0.6.20/avahi-ui-sharp/Makefile.am +--- avahi-0.6.20.orig/avahi-ui-sharp/Makefile.am 2007-05-10 20:10:30.000000000 +0000 ++++ avahi-0.6.20/avahi-ui-sharp/Makefile.am 2007-06-29 18:12:38.686167585 +0000 +@@ -44,6 +44,7 @@ + + if HAVE_MONO + if HAVE_DBUS ++if HAVE_GTK + all: $(ASSEMBLY) $(ASSEMBLY).config bssh.exe + + if HAVE_MONODOC +@@ -68,3 +69,4 @@ + + endif + endif ++endif |