diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-26 05:58:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-26 05:58:00 +0800 |
commit | 591b0aa653cc8096a0526033da22e51a24471fbc (patch) | |
tree | 393ff8ca22a2999032b2be3140949d4a336abe56 /audio/rhythmbox-devel/files | |
parent | a389334169b70ad5be000f3fd4285beb6269dad6 (diff) | |
download | marcuscom-ports-591b0aa653cc8096a0526033da22e51a24471fbc.tar marcuscom-ports-591b0aa653cc8096a0526033da22e51a24471fbc.tar.gz marcuscom-ports-591b0aa653cc8096a0526033da22e51a24471fbc.tar.bz2 marcuscom-ports-591b0aa653cc8096a0526033da22e51a24471fbc.tar.lz marcuscom-ports-591b0aa653cc8096a0526033da22e51a24471fbc.tar.xz marcuscom-ports-591b0aa653cc8096a0526033da22e51a24471fbc.tar.zst marcuscom-ports-591b0aa653cc8096a0526033da22e51a24471fbc.zip |
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
Diffstat (limited to 'audio/rhythmbox-devel/files')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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 |