Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 250875 Details for
Bug 341281
games-strategy/defcon-demo libSDL-1.2.so.0 error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
defcon
defcon (text/plain), 400 bytes, created by
Aniruddha
on 2010-10-16 15:42:46 UTC
(
hide
)
Description:
defcon
Filename:
MIME Type:
Creator:
Aniruddha
Created:
2010-10-16 15:42:46 UTC
Size:
400 bytes
patch
obsolete
>#!/bin/sh >if [ -n "GAMEDIR/lib" ] ; then > if [ "${LD_LIBRARY_PATH+set}" = "set" ] ; then > export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:GAMEDIR/lib" > else > export LD_LIBRARY_PATH="GAMEDIR/lib" > fi >fi >if [[ ! -e ~/.defcon/lib ]] ; then > mkdir -p ~/.defcon/lib \ > && cd ~/.defcon/lib \ > && ln -s "GAMEDIR"/lib/* . >fi >cd ~/.defcon/lib >LD_PRELOAD="GAMEDIR/lib/chdir.so" exec ./defcon.bin.x86 "$@"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 341281
:
250873
| 250875