View | Details | Raw Unified | Return to bug 118639
Collapse All | Expand All

(-)net/avahi-app/files/patch-avahi-qt4.pc.in (+10 lines)
Line 0 Link Here
1
--- avahi-qt4.pc.in.orig	2006-01-23 07:15:20.000000000 +1000
2
+++ avahi-qt4.pc.in	2007-10-28 12:10:17.000000000 +1000
3
@@ -7,5 +7,5 @@
4
 Description: Avahi Multicast DNS Responder (QT4 Support)
5
 Version: @PACKAGE_VERSION@
6
 Requires.private: QtCore >= 4.0.0
7
-Libs: -L${libdir} -lavahi-qt4
8
-Cflags: -D_REENTRANT -I${includedir}
9
+Libs: -L${libdir} -lavahi-qt4 @PTHREAD_LIBS@
10
+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}

Return to bug 118639