diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-18 09:11:28 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-18 09:11:28 +0800 |
commit | d3ccef6040e6ffaecf58728f92cd607b6ee8ac5e (patch) | |
tree | 7c138a3c495d074c76ab9c87c427848b3d1bb0d1 /x11/kdebase4 | |
parent | 18ba259af921434013a3f46af2cd50a44210dda0 (diff) | |
download | freebsd-ports-graphics-d3ccef6040e6ffaecf58728f92cd607b6ee8ac5e.tar.gz freebsd-ports-graphics-d3ccef6040e6ffaecf58728f92cd607b6ee8ac5e.tar.zst freebsd-ports-graphics-d3ccef6040e6ffaecf58728f92cd607b6ee8ac5e.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.
Diffstat (limited to 'x11/kdebase4')
-rw-r--r-- | x11/kdebase4/files/patch-nsplugins-pluginscan.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kdebase4/files/patch-nsplugins-pluginscan.cpp b/x11/kdebase4/files/patch-nsplugins-pluginscan.cpp new file mode 100644 index 00000000000..55eed724792 --- /dev/null +++ b/x11/kdebase4/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 ); + } + |