diff options
author | marcus <marcus@FreeBSD.org> | 2007-12-16 03:43:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-12-16 03:43:03 +0800 |
commit | c279c6e463c4b7c60bd78b804f44344676dff91b (patch) | |
tree | 75e6597671c4e9eea92164e65f640ab86f512c2e /net/avahi-app | |
parent | e88181fd3506f8c749532d23566ddc83ea63f6f4 (diff) | |
download | freebsd-ports-gnome-c279c6e463c4b7c60bd78b804f44344676dff91b.tar.gz freebsd-ports-gnome-c279c6e463c4b7c60bd78b804f44344676dff91b.tar.zst freebsd-ports-gnome-c279c6e463c4b7c60bd78b804f44344676dff91b.zip |
Fix PTHREAD_LIBS handling in avahi-qt4.
PR: 118639
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
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} |