diff options
author | pooka <pooka@pkgsrc.org> | 2011-01-20 13:06:15 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2011-01-20 13:06:15 +0000 |
commit | 3703f592d57b50d5f2428e5b6cee0fb76984e869 (patch) | |
tree | 0e9e3d35ff32c678d2b6193c2e7dfaacc38076ab /www/nspluginwrapper/Makefile | |
parent | 5cfe56c33e15c1b1276c6595657ad9f2266ebaf6 (diff) | |
download | pkgsrc-3703f592d57b50d5f2428e5b6cee0fb76984e869.tar.gz |
Unset any predefined LD_PRELOAD before executing npviewer.bin (emul
conflict). This makes flash work in firefox run with a rumphijack
tcp/ip stack.
ok abs (maintainer)
Diffstat (limited to 'www/nspluginwrapper/Makefile')
-rw-r--r-- | www/nspluginwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index 102545c5a87..c68a06711e3 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2011/01/13 13:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2011/01/20 13:06:15 pooka Exp $ # DISTNAME= nspluginwrapper-1.2.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ EXTRACT_SUFX= .tar.bz2 |