diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-18 01:15:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-18 01:15:42 +0000 |
commit | 0dbb3e842efb4231d2957db4fd66b47fccc5d4cb (patch) | |
tree | 8569e0bf7289ad444342e4110637ae3610e46e40 /app-emulation | |
parent | add env.d entry #25760 (diff) | |
download | historical-0dbb3e842efb4231d2957db4fd66b47fccc5d4cb.tar.gz historical-0dbb3e842efb4231d2957db4fd66b47fccc5d4cb.tar.bz2 historical-0dbb3e842efb4231d2957db4fd66b47fccc5d4cb.zip |
plugin fix #26121
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/epsxe/files/epsxe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/epsxe/files/epsxe b/app-emulation/epsxe/files/epsxe index aea4cae8f924..13f6a680b318 100644 --- a/app-emulation/epsxe/files/epsxe +++ b/app-emulation/epsxe/files/epsxe @@ -32,5 +32,5 @@ ln -s /usr/games/lib/psemu/plugins/* plugins/ ln -s /usr/games/lib/psemu/cfg/* cfg/ ln -s /usr/games/lib/psemu/cheats/* cheats/ ) >& /dev/null - +export LD_PRELOAD="libpthread.so.0:${LD_PRELOAD}" exec ./epsxe "$@" |