diff options
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-configure')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure deleted file mode 100644 index cb7075d40..000000000 --- a/audio/rhythmbox-devel/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2008-03-17 00:11:17.000000000 -0400 -+++ configure 2008-03-17 00:26:52.000000000 -0400 -@@ -14152,7 +14152,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 -@@ -14244,7 +14244,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 -@@ -21807,7 +21807,7 @@ echo "${ECHO_T}yes" >&6; } - : - fi - fi --MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}" -+MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR}" - - - if test x$enable_browser_plugin = xyes; then |