summaryrefslogtreecommitdiffstats
path: root/net/avahi-app/files/patch-avahi-client.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-app/files/patch-avahi-client.pc.in')
-rw-r--r--net/avahi-app/files/patch-avahi-client.pc.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/avahi-app/files/patch-avahi-client.pc.in b/net/avahi-app/files/patch-avahi-client.pc.in
deleted file mode 100644
index e980e52e0..000000000
--- a/net/avahi-app/files/patch-avahi-client.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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}