Committed, thank you! On Thu, Sep 29, 2016 at 01:46:51AM -0300, Henrique N. Lengler wrote: > > There are some minor whitespace issues in your Makefile where you > > used spaces instead of tabs, e.g. here: > > > > > +CXXFLAGS += "-I${LOCALBASE}/include -I${LOCALBASE}/include/SDL2" > > > +MAKE_FLAGS = CC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" \ > > > > > +MODLUA_VERSION = 5.1 > > > > > +WANTLIB += GL GLU SDL2 SDL2_image freetype png pthread z > > > > These should be "VAR = \tVAL ... \n", e.g.: > > MAKE_FLAGS = CC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" \ > > Sometimes using more than one tab might provide better alignment. > > Fixed.
There were some still some more but I fixed those myself.