diff options
author | R. Imura <imura@FreeBSD.org> | 2000-05-29 13:55:52 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-05-29 13:55:52 +0000 |
commit | a678de1f5e4c81600847061d4de03b9939bb7991 (patch) | |
tree | 7e2893bebc65936a33c8701d757dfc38e7c60aaf | |
parent | 12a174a405bd6c6bf803a72d8a46095198e10e24 (diff) | |
download | freebsd-ports-a678de1f5e4c81600847061d4de03b9939bb7991.zip |
Hmm... I don't know why the LD_PRELOAD line is still kept in the file.
An unexported variable is nothing to netscape any more...
-rw-r--r-- | japanese/linux-netscape47-communicator/files/start.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/japanese/linux-netscape47-communicator/files/start.sh.in b/japanese/linux-netscape47-communicator/files/start.sh.in index 848b782596a0..f28c878eb48b 100644 --- a/japanese/linux-netscape47-communicator/files/start.sh.in +++ b/japanese/linux-netscape47-communicator/files/start.sh.in @@ -16,7 +16,6 @@ export TIMID_DIR=/usr/local/lib/timidity export XCMSDB=/dev/null ulimit -c 0 if [ -x /compat/linux/usr/X11R6/lib/libXm-ns.so.1.0.2 ]; then - LD_PRELOAD=/compat/linux/usr/lib/libg++.so.2.7.2 exec ${MOZILLA_HOME}/netscape-dynMotif "$@" else exec ${MOZILLA_HOME}/@BROWSER_BIN@ "$@" |