mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
slightly differently with a smaller stack size and the Flash plugins rely on this behaviour. Suggested by: dchagin Patch by: nox Discussed at: freebsd-emulation Reminded by: Tijl Coosemans <tijl@ulyssis.org>
7 lines
192 B
Text
7 lines
192 B
Text
Index: usr/lib/nspluginwrapper/i386/linux/npviewer
|
|
@@ -1,4 +1,5 @@
|
|
#!/bin/sh
|
|
TARGET_OS=linux
|
|
TARGET_ARCH=i386
|
|
+ulimit -s 32768 2>/dev/null
|
|
. /usr/local/lib/nspluginwrapper/noarch/npviewer
|