diff options
Diffstat (limited to 'games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch')
-rw-r--r-- | games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch b/games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch new file mode 100644 index 000000000000..3341f4306c24 --- /dev/null +++ b/games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch @@ -0,0 +1,11 @@ +--- secondlife.old 2009-03-06 16:05:19.000000000 -0700 ++++ secondlife 2009-04-16 12:21:50.000000000 -0600 +@@ -5,7 +5,7 @@ + ## testing phase; you should not usually need to touch them. + + ## - Avoids using any OpenAL audio driver. +-#export LL_BAD_OPENAL_DRIVER=x ++export LL_BAD_OPENAL_DRIVER=x + ## - Avoids using any FMOD audio driver. + #export LL_BAD_FMOD_DRIVER=x + |