summaryrefslogtreecommitdiffstats
path: root/net/avahi-app/files/patch-avahi-core.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-app/files/patch-avahi-core.pc.in')
-rw-r--r--net/avahi-app/files/patch-avahi-core.pc.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/avahi-app/files/patch-avahi-core.pc.in b/net/avahi-app/files/patch-avahi-core.pc.in
deleted file mode 100644
index fdde41be9..000000000
--- a/net/avahi-app/files/patch-avahi-core.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- avahi-core.pc.in.orig Sun Jan 29 13:31:30 2006
-+++ avahi-core.pc.in Sun Jan 29 13:31:48 2006
-@@ -6,5 +6,5 @@
- Name: avahi-core
- Description: Avahi Multicast DNS Responder (Embeddable Stack)
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -lavahi-common -lavahi-core
--Cflags: -D_REENTRANT -I${includedir}
-+Libs: -L${libdir} -lavahi-common -lavahi-core @PTHREAD_LIBS@
-+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}