summaryrefslogtreecommitdiff
path: root/net/avahi-app/files/patch-avahi-qt5.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-app/files/patch-avahi-qt5.pc.in')
-rw-r--r--net/avahi-app/files/patch-avahi-qt5.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/avahi-app/files/patch-avahi-qt5.pc.in b/net/avahi-app/files/patch-avahi-qt5.pc.in
new file mode 100644
index 000000000000..23de722d5964
--- /dev/null
+++ b/net/avahi-app/files/patch-avahi-qt5.pc.in
@@ -0,0 +1,14 @@
+--- avahi-qt5.pc.in.orig 2018-12-22 20:56:34.850121000 +0100
++++ avahi-qt5.pc.in 2018-12-22 20:56:34.850280000 +0100
+@@ -0,0 +1,11 @@
++prefix=@prefix@
++exec_prefix=${prefix}
++libdir=@libdir@
++includedir=${prefix}/include
++
++Name: avahi-qt5
++Description: Avahi Multicast DNS Responder (QT5 Support)
++Version: @PACKAGE_VERSION@
++Requires: Qt5Core >= 5.0.0
++Libs: -L${libdir} -lavahi-qt5
++Cflags: -D_REENTRANT -I${includedir}