diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-05-05 02:44:36 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-05-05 02:44:36 +0800 |
commit | 2b4a2f89177baaf156ea7524a2b9863587e55e12 (patch) | |
tree | b0ca0d08e5839253341fba95354f4617310bffce /audio/rhythmbox3/files/patch-configure | |
parent | 7c3af71f6407c57f7622cc3f55fca6dfe5176668 (diff) | |
download | marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar.gz marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar.zst marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.zip |
Say hello to rhythmbox 2.90.1. This is a git snapshot to work with GNOME 3.
Requested by: Oleg on IRC.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15947 df743ca5-7f9a-e211-a948-0013205c9059
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 |