diff options
Diffstat (limited to 'net/avahi-app/files/patch-avahi-qt4.pc.in')
-rw-r--r-- | net/avahi-app/files/patch-avahi-qt4.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/avahi-app/files/patch-avahi-qt4.pc.in b/net/avahi-app/files/patch-avahi-qt4.pc.in new file mode 100644 index 000000000..7bffe2d95 --- /dev/null +++ b/net/avahi-app/files/patch-avahi-qt4.pc.in @@ -0,0 +1,10 @@ +--- avahi-qt4.pc.in.orig 2006-01-23 07:15:20.000000000 +1000 ++++ avahi-qt4.pc.in 2007-10-28 12:10:17.000000000 +1000 +@@ -7,5 +7,5 @@ + Description: Avahi Multicast DNS Responder (QT4 Support) + Version: @PACKAGE_VERSION@ + Requires.private: QtCore >= 4.0.0 +-Libs: -L${libdir} -lavahi-qt4 +-Cflags: -D_REENTRANT -I${includedir} ++Libs: -L${libdir} -lavahi-qt4 @PTHREAD_LIBS@ ++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} |