summaryrefslogtreecommitdiffstats
path: root/net/avahi-app/files/patch-avahi-compat-howl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-app/files/patch-avahi-compat-howl.pc.in')
-rw-r--r--net/avahi-app/files/patch-avahi-compat-howl.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/avahi-app/files/patch-avahi-compat-howl.pc.in b/net/avahi-app/files/patch-avahi-compat-howl.pc.in
new file mode 100644
index 000000000..f101cc1da
--- /dev/null
+++ b/net/avahi-app/files/patch-avahi-compat-howl.pc.in
@@ -0,0 +1,10 @@
+--- avahi-compat-howl.pc.in.orig Sun Jan 29 13:32:39 2006
++++ avahi-compat-howl.pc.in Sun Jan 29 13:32:56 2006
+@@ -6,5 +6,5 @@
+ Name: avahi-compat-howl
+ Description: Avahi Multicast DNS Responder (HOWL Compatibility)
+ Version: @HOWL_COMPAT_VERSION@
+-Libs: -L${libdir} -lhowl
+-Cflags: -D_REENTRANT -I${includedir}
++Libs: -L${libdir} -lhowl @PTHREAD_LIBS@
++Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}