diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-06 23:01:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-06 23:01:08 +0000 |
commit | 508be12c87c2e127d991c34b140b995aaf2dfb24 (patch) | |
tree | 4b6a82d1de6618e368960c7579da9f1b1171ce78 /net/avahi | |
parent | 7e72bac02e361c023e959edc5bf782e1f1da8068 (diff) | |
download | ports-508be12c87c2e127d991c34b140b995aaf2dfb24.tar.gz ports-508be12c87c2e127d991c34b140b995aaf2dfb24.zip |
Notes
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 1 | ||||
-rw-r--r-- | net/avahi/files/patch-configure | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 1ece050d483e..e824e6649ede 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -7,6 +7,7 @@ PORTNAME= avahi PORTVERSION= 0.6.10 +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..37b3b17483ed --- /dev/null +++ b/net/avahi/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat May 6 18:58:28 2006 ++++ configure Sat May 6 18:59:05 2006 +@@ -19179,7 +19179,7 @@ fi + # this is useful + echo "$as_me:$LINENO: checking whether to check for GCC pthread/shared inconsistencies" >&5 + echo $ECHO_N "checking whether to check for GCC pthread/shared inconsistencies... $ECHO_C" >&6 +- if test x"" = x1; then ++ if test x1"" = x1; then + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 + else |