diff options
| author | Patrick McLean <chutzpah@gentoo.org> | 2024-02-15 11:09:21 -0800 |
|---|---|---|
| committer | Patrick McLean <chutzpah@gentoo.org> | 2024-02-15 11:09:21 -0800 |
| commit | d9c877258c6b7321f4305396b19d5bf2441efd8d (patch) | |
| tree | 781f835adc039c1445d9bb6b92691568ab087418 /net-dns/avahi/files/avahi-0.9_rc1-disable-avahi-ui-sharp.patch | |
| parent | 5be9865f5eaf2a4860863b514547d4c7f0389fd0 (diff) | |
| download | gentoo-d9c877258c6b7321f4305396b19d5bf2441efd8d.tar.gz gentoo-d9c877258c6b7321f4305396b19d5bf2441efd8d.tar.bz2 gentoo-d9c877258c6b7321f4305396b19d5bf2441efd8d.zip | |
net-dns/avahi: add 0.9_rc1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-dns/avahi/files/avahi-0.9_rc1-disable-avahi-ui-sharp.patch')
| -rw-r--r-- | net-dns/avahi/files/avahi-0.9_rc1-disable-avahi-ui-sharp.patch | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/net-dns/avahi/files/avahi-0.9_rc1-disable-avahi-ui-sharp.patch b/net-dns/avahi/files/avahi-0.9_rc1-disable-avahi-ui-sharp.patch new file mode 100644 index 000000000000..587bd315856e --- /dev/null +++ b/net-dns/avahi/files/avahi-0.9_rc1-disable-avahi-ui-sharp.patch @@ -0,0 +1,43 @@ +diff --git a/Makefile.am b/Makefile.am +index 33c51f5..0e12120 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -46,7 +46,6 @@ EXTRA_DIST = \ + avahi-qt4.pc.in \ + avahi-qt5.pc.in \ + avahi-sharp.pc.in \ +- avahi-ui-sharp.pc.in \ + avahi-compat-libdns_sd.pc.in \ + avahi-compat-howl.pc.in \ + avahi-ui.pc.in \ +@@ -77,7 +76,6 @@ SUBDIRS = \ + avahi-compat-howl \ + avahi-autoipd \ + avahi-ui \ +- avahi-ui-sharp \ + avahi-libevent \ + po + +@@ -188,8 +186,8 @@ CLEANFILES += avahi-compat-libdns_sd.pc + endif + + if HAVE_MONO +-pkgconfig_DATA += avahi-sharp.pc avahi-ui-sharp.pc +-CLEANFILES += avahi-sharp.pc avahi-ui-sharp.pc ++pkgconfig_DATA += avahi-sharp.pc ++CLEANFILES += avahi-sharp.pc + endif + + endif +diff --git a/configure.ac b/configure.ac +index 2f63730..fed400d 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1183,7 +1183,6 @@ man/Makefile + tests/Makefile + service-type-database/Makefile + avahi-sharp/Makefile +-avahi-ui-sharp/Makefile + avahi-compat-libdns_sd/Makefile + avahi-compat-howl/Makefile + avahi-compat-howl/samples/Makefile |
