diff options
Diffstat (limited to 'audio/rhythmbox3/files/patch-configure')
-rw-r--r-- | audio/rhythmbox3/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/rhythmbox3/files/patch-configure b/audio/rhythmbox3/files/patch-configure new file mode 100644 index 000000000..5cfdc8512 --- /dev/null +++ b/audio/rhythmbox3/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig 2011-04-23 19:57:24.000000000 +0200 ++++ configure 2011-04-23 20:27:33.000000000 +0200 +@@ -15237,8 +15237,8 @@ + .SECONDARY: $(gsettings_SCHEMAS) + + gsettings__base_list = \ +- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ +- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" ++ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ ++ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' + + install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) + @$(NORMAL_INSTALL) +@@ -20194,7 +20194,7 @@ + fi + + +-MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}" ++MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR}" + + + if test x$enable_browser_plugin = xyes; then |