diff options
Diffstat (limited to 'audio/rhythmbox/patches/patch-ad')
-rw-r--r-- | audio/rhythmbox/patches/patch-ad | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/rhythmbox/patches/patch-ad b/audio/rhythmbox/patches/patch-ad new file mode 100644 index 00000000000..a858f6eaf32 --- /dev/null +++ b/audio/rhythmbox/patches/patch-ad @@ -0,0 +1,22 @@ +$NetBSD: patch-ad,v 1.3 2008/10/29 01:39:57 wiz Exp $ + +--- configure.orig 2008-10-29 00:42:46.000000000 +0000 ++++ configure +@@ -14258,7 +14258,7 @@ else + echo "${ECHO_T}yes" >&6; } + have_gio=yes + fi +-if test x$have_gio == "xyes"; then ++if test x$have_gio = "xyes"; then + + cat >>confdefs.h <<\_ACEOF + #define HAVE_GIO 1 +@@ -14350,7 +14350,7 @@ echo "$as_me: error: HAL support explici + { (exit 1); exit 1; }; } + fi + +- if test "x$enable_hal" == "xyes"; then ++ if test "x$enable_hal" = "xyes"; then + + cat >>confdefs.h <<\_ACEOF + #define HAVE_HAL 1 |