aboutsummaryrefslogtreecommitdiff
path: root/www/nspluginwrapper/Makefile
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-08-06 15:59:17 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-08-06 15:59:17 +0000
commitb1f4d76293e071b149d76d033b6d254252834222 (patch)
tree1136efb3f22a4cda8b4d2b6795807ea3c271add4 /www/nspluginwrapper/Makefile
parentf4e8c82d197e97c090c755d1acf24a4db42edc03 (diff)
downloadports-b1f4d76293e071b149d76d033b6d254252834222.tar.gz
ports-b1f4d76293e071b149d76d033b6d254252834222.zip
Limit the stack size for plugins. Linux glibc threading behaves
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>
Notes
Notes: svn path=/head/; revision=239033
Diffstat (limited to 'www/nspluginwrapper/Makefile')
-rw-r--r--www/nspluginwrapper/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile
index f6fc16a75b46..2cc5a6b047f6 100644
--- a/www/nspluginwrapper/Makefile
+++ b/www/nspluginwrapper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nspluginwrapper
PORTVERSION= 1.2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www linux emulators
MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RPMFILE}
@@ -53,6 +53,8 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
${WRKSRC}/src/npw-config.c
+ ${RM} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/npviewer.orig
+
post-install:
${MKDIR} ${LIBDIR}/i386/linux
${INSTALL_SCRIPT} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/* \