aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-app/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-24 19:05:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-24 19:05:22 +0000
commit328152dcadc13cea3b8fcb9ed37f5e51b7060696 (patch)
tree9be58ba820d939d972bd6d6f5f455fa63eb17060 /net/avahi-app/files
parent7cd4293cebe82d346c6a9639f2e7f032f3d08f0a (diff)
downloadports-328152dcadc13cea3b8fcb9ed37f5e51b7060696.tar.gz
ports-328152dcadc13cea3b8fcb9ed37f5e51b7060696.zip
Notes
Diffstat (limited to 'net/avahi-app/files')
-rw-r--r--net/avahi-app/files/patch-avahi-common_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/avahi-app/files/patch-avahi-common_Makefile.in b/net/avahi-app/files/patch-avahi-common_Makefile.in
new file mode 100644
index 000000000000..e30b7e2af7c2
--- /dev/null
+++ b/net/avahi-app/files/patch-avahi-common_Makefile.in
@@ -0,0 +1,11 @@
+--- avahi-common/Makefile.in.orig 2007-12-24 13:57:24.000000000 -0500
++++ avahi-common/Makefile.in 2007-12-24 14:00:15.000000000 -0500
+@@ -555,7 +555,7 @@ libavahi_common_la_SOURCES = \
+ i18n.c i18n.h
+
+ libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\"
+-libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
++libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(INTLLIBS)
+ libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
+ strlst_test_SOURCES = \
+ strlst.c strlst.h \