--- /usr/portage/media-gfx/wings/files/wings.sh 2004-02-21 08:15:08.000000000 -0500 +++ /usr/local/portage/media-gfx/wings/files/wings.sh 2008-01-09 11:37:37.000000000 -0500 @@ -1,4 +1,4 @@ #!/bin/bash ESDL_ROOT="/usr/lib/erlang/lib/esdl" WINGS_ROOT="/usr/lib/erlang/lib/wings" -exec erl -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt +exec erl -smp disable -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt