aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-12-25 03:05:22 +0800
committermarcus <marcus@FreeBSD.org>2007-12-25 03:05:22 +0800
commit06d291b0eeb95188785ab1dfb54500b02abfb10f (patch)
tree5dce00942026ed679aceeb5746c4269282bb782d /net
parent9808b7e37f5eee0beeb565b0be1fbd2258f9f410 (diff)
downloadfreebsd-ports-gnome-06d291b0eeb95188785ab1dfb54500b02abfb10f.tar.gz
freebsd-ports-gnome-06d291b0eeb95188785ab1dfb54500b02abfb10f.tar.zst
freebsd-ports-gnome-06d291b0eeb95188785ab1dfb54500b02abfb10f.zip
Make sure libavahi-common.so is linked to libintl. This will fix dependent
ports' builds. Reported by: pointyhat via erwin
Diffstat (limited to 'net')
-rw-r--r--net/avahi-app/Makefile2
-rw-r--r--net/avahi-app/files/patch-avahi-common_Makefile.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index aa4fe73134b5..7c88172c78e6 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -8,7 +8,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.22
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
PKGNAMESUFFIX?= -app
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 \