Files
pkgsrc-ng/net/avahi/patches/patch-ab
2013-09-26 17:14:40 +02:00

16 lines
737 B
Plaintext

$NetBSD: patch-ab,v 1.4 2013/04/21 00:58:47 rodent Exp $
Build with -lintl.
--- avahi-common/Makefile.in.orig 2012-02-14 22:36:35.000000000 +0000
+++ avahi-common/Makefile.in
@@ -639,7 +639,7 @@ clean-libLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES) $(EXTRA_libavahi_common_la_DEPENDENCIES)
- $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS) $(INTLLIBS)
clean-noinstPROGRAMS:
@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \