diff options
-rw-r--r-- | net/avahi/Makefile | 2 | ||||
-rw-r--r-- | net/avahi/files/patch-configure | 10 |
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 |