blob: 53f554fd4f99edc0cd2b15605eb8e1b850365059 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ac,v 1.4 2012/05/03 06:09:55 wiz Exp $
--- src/npw-viewer.sh.orig 2008-12-14 12:24:19.000000000 +0100
+++ src/npw-viewer.sh 2011-01-19 12:20:26.000000000 +0100
@@ -40,6 +40,13 @@
;;
esac
+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)
|