aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-09-03 16:36:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-09-03 16:36:44 +0000
commit5c6093ea730715f5a8ea4a14be6901d9c54d908e (patch)
tree6a4fcb84c73e9280e56c2d916c125c1b691e84f3 /net/avahi
parente407c6b53af696664903bf473f6eb0cc22997f7b (diff)
downloadports-5c6093ea730715f5a8ea4a14be6901d9c54d908e.tar.gz
ports-5c6093ea730715f5a8ea4a14be6901d9c54d908e.zip
Bring back a patch to fix pthread linking in avahi.
Reported by: Pascal G. Hofstee <caelian@gmail.com>
Notes
Notes: svn path=/head/; revision=172063
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile2
-rw-r--r--net/avahi/files/patch-configure10
2 files changed, 11 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 224eb9e4a878..7be51a35a7ff 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.13
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
diff --git a/net/avahi/files/patch-configure b/net/avahi/files/patch-configure
new file mode 100644
index 000000000000..ab78027c62fc
--- /dev/null
+++ b/net/avahi/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Sun Sep 3 12:31:45 2006
++++ configure Sun Sep 3 12:32:34 2006
+@@ -20559,6 +20559,7 @@ echo $ECHO_N "checking whether to check
+ check_inconsistencies=yes
+ case "${host_cpu}-${host_os}" in
+ *-darwin*) check_inconsistencies=no ;;
++ *-freebsd*) check_inconsistencies=no ;;
+ esac
+ if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then
+ { echo "$as_me:$LINENO: result: no" >&5