summaryrefslogtreecommitdiff
path: root/net/avahi/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-12-20 17:36:14 +0000
committerwiz <wiz@pkgsrc.org>2008-12-20 17:36:14 +0000
commit0458939a92003e17c00bf6b8930a139eab3fa18c (patch)
treefe6772f10e4ddbb2e31d1448bf3025c31a1bf594 /net/avahi/patches/patch-ab
parentc262953d556ed51edeef0961bf8e7599fdd48436 (diff)
downloadpkgsrc-0458939a92003e17c00bf6b8930a139eab3fa18c.tar.gz
Initial import of avahi-0.6.23, packaged for pkgsrc-wip by Adrian Portelli,
then majorly reworked by myself. You can blame us both now ;) Avahi is an Implementation the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.
Diffstat (limited to 'net/avahi/patches/patch-ab')
-rw-r--r--net/avahi/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/avahi/patches/patch-ab b/net/avahi/patches/patch-ab
new file mode 100644
index 00000000000..3ac652bdcb8
--- /dev/null
+++ b/net/avahi/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
+
+--- avahi-common/Makefile.in.orig 2008-12-04 12:00:32.000000000 +0000
++++ avahi-common/Makefile.in
+@@ -601,7 +601,7 @@ clean-libLTLIBRARIES:
+ rm -f "$${dir}/so_locations"; \
+ done
+ libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES)
+- $(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
++ $(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS) $(INTLLIBS)
+
+ clean-noinstPROGRAMS:
+ @list='$(noinst_PROGRAMS)'; for p in $$list; do \