diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-30 20:13:46 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-30 20:13:46 +0000 |
commit | b28f4972855f1b355b5b156ffca59f4135e0e4c8 (patch) | |
tree | f8d16b26e7f6882796704c78c3316de2d96ca435 /multimedia/totem/files/patch-configure | |
parent | Allow using as a regular user (diff) |
Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo
Notes
Notes:
svn path=/head/; revision=375852
Diffstat (limited to 'multimedia/totem/files/patch-configure')
-rw-r--r-- | multimedia/totem/files/patch-configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure deleted file mode 100644 index eb555a5a7466..000000000000 --- a/multimedia/totem/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2010-10-10 12:15:41.000000000 -0400 -+++ configure 2010-10-10 12:18:12.000000000 -0400 -@@ -21139,7 +21139,9 @@ if test "$enable_browser_plugins" = "yes - $as_echo "#define ENABLE_BROWSER_PLUGINS 1" >>confdefs.h - - -+if [ -z "${BROWSER_PLUGIN_DIR}" ]; then - BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}" -+fi - - - |