diff options
Diffstat (limited to 'net-dns/avahi/files/avahi-0.8-dependency-error.patch')
-rw-r--r-- | net-dns/avahi/files/avahi-0.8-dependency-error.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-dns/avahi/files/avahi-0.8-dependency-error.patch b/net-dns/avahi/files/avahi-0.8-dependency-error.patch deleted file mode 100644 index 1a4025ea2002..000000000000 --- a/net-dns/avahi/files/avahi-0.8-dependency-error.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://github.com/lathiat/avahi/commit/366e3798bdbd6b7bf24e59379f4a9a51af575ce9.patch -From: =?UTF-8?q?Tomasz=20Pawe=C5=82=20Gajc?= <tpgxyz@gmail.com> -Date: Thu, 20 Feb 2020 16:09:40 +0100 -Subject: [PATCH] fix requires in pc file - ---- a/avahi-libevent.pc.in -+++ b/avahi-libevent.pc.in -@@ -6,6 +6,6 @@ includedir=${prefix}/include - Name: avahi-libevent - Description: Avahi Multicast DNS Responder (libevent Support) - Version: @PACKAGE_VERSION@ --Requires: libevent-2.1.5 -+Requires: libevent >= 2.1.5 - Libs: -L${libdir} -lavahi-libevent - Cflags: -D_REENTRANT -I${includedir} |