summaryrefslogtreecommitdiff
path: root/www/nspluginwrapper/patches/patch-ac
blob: 6fa164b5cc115deee2ea3e77248791b63b5acb07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.5 2015/10/24 06:30:40 tsutsui Exp $

--- src/npw-viewer.sh.orig	2008-12-14 12:24:19.000000000 +0100
+++ src/npw-viewer.sh
@@ -83,6 +83,13 @@
 NPW_USE_VALGRIND=${NPW_USE_VALGRIND:-no}
 can_use_valgrind="no"
 
+case $OS in
+freebsd|netbsd)
+    # preset LD_PRELOAD is most likely for the native emul
+    unset LD_PRELOAD
+    ;;
+esac
+
 if test "$ARCH" != "$TARGET_ARCH"; then
     case $TARGET_ARCH in
     i386)