trouble with Frets on Fire

When compiling the package fretsonfire, I get this error:

Code:
===>  py26-numpy-1.3.0_2,1 atlas needs to be built with WITH_STATICLIB for numpy to function properly.
*** Error code 1

Stop in /usr/ports/math/py-numpy.
*** Error code 1

Stop in /usr/ports/games/fretsonfire.
 
You have to reinstall math/atlas .
In /usr/ports/math/atlas an make argument has
to be given to be build with static library.

# make -DWITH_STATICLIB

(But deinstall math/atlas first)
 
Back
Top