K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-12-11T01:11:31.016963Z K 7 svn:log V 319 - Fix build with SDL enabled Seems like our BSD make and gmake differ in some chdir()-related behaviour leading to BSD make build not being able to find zzip/zzip.h header by relative path (via -I. -I..): ../../SDL/SDL_rwops_zzip.c:9:10: fatal error: 'zzip/zzip.h' file not found this is fixed by swithing to gmake. END