summaryrefslogtreecommitdiffstats
path: root/net/avahi-app/files/patch-avahi-qt3.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-app/files/patch-avahi-qt3.pc.in')
-rw-r--r--net/avahi-app/files/patch-avahi-qt3.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/avahi-app/files/patch-avahi-qt3.pc.in b/net/avahi-app/files/patch-avahi-qt3.pc.in
new file mode 100644
index 000000000..8174f2584
--- /dev/null
+++ b/net/avahi-app/files/patch-avahi-qt3.pc.in
@@ -0,0 +1,10 @@
+--- avahi-qt3.pc.in.orig Thu Apr 12 00:18:53 2007
++++ avahi-qt3.pc.in Thu Apr 12 00:19:20 2007
+@@ -7,5 +7,5 @@ Name: avahi-qt3
+ Description: Avahi Multicast DNS Responder (QT3 Support)
+ Version: @PACKAGE_VERSION@
+ Requires.private: qt-mt >= 3.0.0
+-Libs: -L${libdir} -lavahi-qt3
+-Cflags: -D_REENTRANT -I${includedir}
++Libs: -L${libdir} -lavahi-qt3 @PTHREAD_LIBS@
++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}