summaryrefslogtreecommitdiff
path: root/x11/kdebase4/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-03-18 01:11:28 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-03-18 01:11:28 +0000
commit69e683ae5f731dc52a7d7f9d8c7005826bd7579f (patch)
tree4d3a740363403da6f7c018defecdc9e551372b62 /x11/kdebase4/files
parent - Add a patch to fix broken link-drag'n'drop in Konqueror. (diff)
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/files')
-rw-r--r--x11/kdebase4/files/patch-nsplugins-pluginscan.cpp10
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 000000000000..55eed7247922
--- /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 );
+ }
+