--- cl-sdl-0.2.2/select_platform.sh 2007-03-10 23:01:02.526486000 +0100 +++ cl-sdl-0.2.2/select_platform.sh 2007-03-10 23:01:31.000000000 +0100 @@ -2,7 +2,7 @@ SYS="" case `uname` in - Linux) SYS=linux ;; + Linux|GNU/kFreeBSD|GNU) SYS=linux ;; FreeBSD) SYS=fbsd ;; *CYGWIN*) SYS=cygwin ;; *MINGW*) SYS=mingw ;;