aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase4
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-03-18 09:11:28 +0800
committerlofi <lofi@FreeBSD.org>2004-03-18 09:11:28 +0800
commitd3ccef6040e6ffaecf58728f92cd607b6ee8ac5e (patch)
tree7c138a3c495d074c76ab9c87c427848b3d1bb0d1 /x11/kdebase4
parent18ba259af921434013a3f46af2cd50a44210dda0 (diff)
downloadfreebsd-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.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 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 );
+ }
+