diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-15 19:43:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-15 19:43:03 +0000 |
commit | dc9186386cede38e498399b064b0daee5ed1781f (patch) | |
tree | d63473ee646a9e1aed4ce743b783082c797aba90 /net/avahi-app | |
parent | bb7b2bdebdb6d8aa4103493af5f3f5c89aac3eb8 (diff) | |
download | ports-dc9186386cede38e498399b064b0daee5ed1781f.tar.gz ports-dc9186386cede38e498399b064b0daee5ed1781f.zip |
Notes
Diffstat (limited to 'net/avahi-app')
-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 000000000000..7bffe2d9596b --- /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} |