diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-18 01:11:28 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-18 01:11:28 +0000 |
commit | 69e683ae5f731dc52a7d7f9d8c7005826bd7579f (patch) | |
tree | 4d3a740363403da6f7c018defecdc9e551372b62 /x11/kdebase4-runtime | |
parent | d2cc7c057138718156e32e3bc0fca79fe99164c0 (diff) | |
download | ports-69e683ae5f731dc52a7d7f9d8c7005826bd7579f.tar.gz ports-69e683ae5f731dc52a7d7f9d8c7005826bd7579f.zip |
Add the default path of of the linux-flashplugin to the list of paths
scanned for Netscape plugins. Only affects newly created user-profiles.
Notes
Notes:
svn path=/head/; revision=104347
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/files/patch-nsplugins-pluginscan.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/files/patch-nsplugins-pluginscan.cpp b/x11/kdebase4-runtime/files/patch-nsplugins-pluginscan.cpp new file mode 100644 index 000000000000..55eed7247922 --- /dev/null +++ b/x11/kdebase4-runtime/files/patch-nsplugins-pluginscan.cpp @@ -0,0 +1,10 @@ +--- nsplugins/pluginscan.cpp.orig Sat Mar 13 21:07:58 2004 ++++ nsplugins/pluginscan.cpp Sat Mar 13 21:08:50 2004 +@@ -457,6 +457,7 @@ + paths.append("/usr/lib64/netscape/plugins"); + paths.append("/usr/lib64/mozilla/plugins"); + paths.append("$MOZILLA_HOME/plugins"); ++ paths.append("/usr/local/lib/linux-flashplugin6"); + config->writeEntry( "scanPaths", paths ); + } + |