Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 475b0ee7fc67c433ba778d9b59dc7dbb > files > 6

blender-2.47-2mdv2009.0.src.rpm

--- blender-2.44/config/linux2-config.py.alut	2007-05-13 11:42:30.000000000 +0200
+++ blender-2.44/config/linux2-config.py	2007-05-13 11:43:52.000000000 +0200
@@ -20,10 +20,10 @@
 WITH_BF_OPENAL = 'true'
 BF_OPENAL = '/usr'
 BF_OPENAL_INC = '${BF_OPENAL}/include'
-BF_OPENAL_LIB = 'openal'
+# BF_OPENAL_LIB = 'openal'
 # some distros have a separate libalut
 # if you get linker complaints, you need to uncomment the line below
-# BF_OPENAL_LIB = 'openal alut'  
+BF_OPENAL_LIB = 'openal alut'  
 
 WITH_BF_SDL = 'true'
 BF_SDL = '/usr' #$(shell sdl-config --prefix)