summaryrefslogtreecommitdiff
path: root/net/avahi-app/files/patch-avahi-qt5.pc.in
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-12-22 21:22:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-12-22 21:22:56 +0000
commit60d9982ceaeebc96b15b7a60f834cfbd7d0b4c72 (patch)
tree67a4092a2ebc413550630ae7f27a532b4223c225 /net/avahi-app/files/patch-avahi-qt5.pc.in
parentAdd devel/py-antlr4-python2-runtime: ANother Tool for Language Recognition (p... (diff)
Add avahi-qt5 which links against Qt5.
Patches where obtained from avahi upstream. Reported by: adridg@ (qt4 removal) Obtained from: avahi upstream
Notes
Notes: svn path=/head/; revision=488134
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}