diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2010-08-23 21:52:39 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2010-08-23 21:52:39 +0000 |
commit | 1ebfc2aa84ad7d96bc96ff371bda621db3323cf4 (patch) | |
tree | 9af19a34a1287a1c24c431bdd12764027dc16d14 /www/nspluginwrapper-devel/files/npviewer.in | |
parent | Update to 3.8.8 (diff) |
- Add a trivial fix for NPAPI PrivateMode. It should fix annoying warnings
such as this:
*** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue()
See the following URL for more information:
https://wiki.mozilla.org/Plugins:PrivateMode
- Replace a trivial shell script with our own version.
Notes
Notes:
svn path=/head/; revision=259869
Diffstat (limited to 'www/nspluginwrapper-devel/files/npviewer.in')
-rw-r--r-- | www/nspluginwrapper-devel/files/npviewer.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/nspluginwrapper-devel/files/npviewer.in b/www/nspluginwrapper-devel/files/npviewer.in new file mode 100644 index 000000000000..faff54f180ca --- /dev/null +++ b/www/nspluginwrapper-devel/files/npviewer.in @@ -0,0 +1,5 @@ +#!/bin/sh +TARGET_OS=linux +TARGET_ARCH=i386 +ulimit -s 32768 2>/dev/null +. %%NSPLUGINWRAPPER%%/noarch/npviewer.sh |