summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/secondlife/files/secondlife-1.13.3.59315-no_fmod.patch')
-rw-r--r--games-simulation/secondlife/files/secondlife-1.13.3.59315-no_fmod.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/games-simulation/secondlife/files/secondlife-1.13.3.59315-no_fmod.patch b/games-simulation/secondlife/files/secondlife-1.13.3.59315-no_fmod.patch
deleted file mode 100644
index fdcb331..0000000
--- a/games-simulation/secondlife/files/secondlife-1.13.3.59315-no_fmod.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur linden.orig/indra/SConstruct linden/indra/SConstruct
---- linden.orig/indra/SConstruct 2007-02-09 15:20:12.000000000 +0900
-+++ linden/indra/SConstruct 2007-02-10 17:06:14.000000000 +0900
-@@ -180,7 +180,7 @@
- # Linux-only flags
- flags += '-DLL_LINUX=1 '
- if build_target == 'client':
-- flags += '-DAPPID=secondlife -DLL_SDL=1 -DLL_X11=1 '
-+ flags += '-DAPPID=secondlife -DLL_SDL=1 -DLL_FMOD=0 -DLL_X11=1 '
- flags += '-DLL_GTK=1 '
- client_external_libs += [ 'gtk-x11-2.0', 'elfio' ]
- include_dirs += [ '../libraries/' + system_str + '/include/gtk-2.0' ]
-@@ -393,7 +393,7 @@
- ##################
- output_bin = 'newview/secondlife-' + arch + '-bin'
-
-- external_libs = client_external_libs + common_external_libs + [ 'freetype', 'jpeg', 'SDL', 'GL', 'GLU', 'ogg', 'vorbisenc', 'vorbisfile', 'vorbis', 'fmod-3.75', 'db-4.2', 'openjpeg' ]
-+ external_libs = client_external_libs + common_external_libs + [ 'freetype', 'jpeg', 'SDL', 'GL', 'GLU', 'ogg', 'vorbisenc', 'vorbisfile', 'vorbis', 'db-4.2', 'openjpeg' ]
- external_libs.remove('cares')
-
- internal_libs = [ 'lscript', 'llwindow', 'llrender', 'llprimitive',