From 591b0aa653cc8096a0526033da22e51a24471fbc Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 25 Apr 2006 21:58:00 +0000 Subject: They fixed all but one of the "==" bashisms upstream. The one they missed cause configure to think avahi-0.5 was installed when 0.6 was really installed...but only when building with DAAP support. Otherwise, it found the right version. Why must bash exist? git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6136 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox-devel/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/rhythmbox-devel/files/patch-configure (limited to 'audio/rhythmbox-devel/files') diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure new file mode 100644 index 000000000..197d077b6 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Apr 25 17:51:39 2006 ++++ configure Tue Apr 25 17:51:45 2006 +@@ -22468,7 +22468,7 @@ _ACEOF + { echo "$as_me:$LINENO: Using Avahi for mDNS/DNS-SD" >&5 + echo "$as_me: Using Avahi for mDNS/DNS-SD" >&6;} + +- if test x$have_avahi_06 == xyes; then ++ if test x$have_avahi_06 = xyes; then + + cat >>confdefs.h <<\_ACEOF + #define HAVE_AVAHI_0_6 1 -- cgit v1.2.3