From 508be12c87c2e127d991c34b140b995aaf2dfb24 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 6 May 2006 23:01:08 +0000 Subject: Now that they re-broke pthread usage in 0.6.10, resurrect a patch to fix it. Reported by: Yasuda Keisuke --- net/avahi/Makefile | 1 + net/avahi/files/patch-configure | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 net/avahi/files/patch-configure (limited to 'net/avahi') 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 -- cgit v1.2.3