b12bc48bad
From Changelog: 2015-10-14 gettextize <bug-gnu-gettext@gnu.org> * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in. 2015-10-10 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (EXTRA_DIST): Add config.rpath. * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
15 lines
701 B
Text
15 lines
701 B
Text
$NetBSD: patch-ab,v 1.5 2016/04/09 05:55:34 richard Exp $
|
|
|
|
Build with -lintl.
|
|
|
|
--- avahi-common/Makefile.in.orig 2016-02-16 02:16:08.389094610 +0000
|
|
+++ avahi-common/Makefile.in
|
|
@@ -736,7 +736,7 @@ clean-libLTLIBRARIES:
|
|
}
|
|
|
|
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; \
|