aboutsummaryrefslogtreecommitdiff
path: root/net/avahi/files/patch-avahi-client.pc.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-15 22:51:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-15 22:51:46 +0000
commite86390918c2b39e9ba8430469cacb29eb5e5fde7 (patch)
tree9b274100a07ab32f65189c74247e725d972754ae /net/avahi/files/patch-avahi-client.pc.in
parent4243b9a14b41f4a9f4fee811a386cf1836a3d202 (diff)
Notes
Diffstat (limited to 'net/avahi/files/patch-avahi-client.pc.in')
-rw-r--r--net/avahi/files/patch-avahi-client.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/avahi/files/patch-avahi-client.pc.in b/net/avahi/files/patch-avahi-client.pc.in
new file mode 100644
index 000000000000..e980e52e0fe2
--- /dev/null
+++ b/net/avahi/files/patch-avahi-client.pc.in
@@ -0,0 +1,10 @@
+--- avahi-client.pc.in.orig Mon May 15 02:28:25 2006
++++ avahi-client.pc.in Mon May 15 02:30:08 2006
+@@ -6,5 +6,5 @@
+ Name: avahi-client
+ Description: Avahi Multicast DNS Responder (Client Support)
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lavahi-common -lavahi-client
+-Cflags: -D_REENTRANT -I${includedir}
++Libs: -L${libdir} -lavahi-common -lavahi-client @PTHREAD_LIBS@
++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}