summaryrefslogtreecommitdiff
path: root/net/avahi/patches/patch-ab
blob: 0c7cb82d6869115388854318cb8f7261df3728b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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; \