Magellan Linux

Contents of /trunk/nspluginwrapper/patches/nspluginwrapper-0.9.91.5-magellan.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 409 - (show annotations) (download)
Tue Nov 13 16:22:47 2007 UTC (16 years, 6 months ago) by niro
File size: 521 byte(s)
-magellan patch

1 diff -Naur nspluginwrapper-0.9.91.5/src/npw-config.c nspluginwrapper-0.9.91.5-magellan/src/npw-config.c
2 --- nspluginwrapper-0.9.91.5/src/npw-config.c 2007-08-20 23:44:27.000000000 +0200
3 +++ nspluginwrapper-0.9.91.5-magellan/src/npw-config.c 2007-11-13 16:30:00.000000000 +0100
4 @@ -162,6 +162,12 @@
5 };
6 dirs = gentoo_dirs;
7 }
8 + else if (access("/etc/mageversion", F_OK) == 0) {
9 + static const char *magellan_dirs[] = {
10 + LIBDIR "/nsbrowser/plugins",
11 + };
12 + dirs = magellan_dirs;
13 + }
14 #endif
15
16 if (dirs) {