Index: SConstruct =================================================================== RCS file: /cvsroot/bf-blender/blender/SConstruct,v retrieving revision 1.83 diff -r1.83 SConstruct 727c727 < sdl_env.ParseConfig ('sdl11-config --cflags --libs') --- > sdl_env.ParseConfig ('sdl11-config --cflags') 730c730,731 < sdl_libpath = ['/usr/local/include/SDL11'] --- > sdl_env.ParseConfig ('sdl11-config --libs') > sdl_libpath =sdl_env.Dictionary()['LIBPATH']