default_pre_build     &&
cd $SOURCE_DIRECTORY  &&
sedit "s:CFLAGS\ +=\ \-Os\ \-s:CFLAGS\ +=\ $CFLAGS:" Makefile  &&
sedit "s:\(LDFLAGS\ \:=\ \-lzvbi\ \-lncursesw\):\1 $LDFLAGS:" Makefile  &&
sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" render.c  &&
sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" ui.c &&
sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" vbi.c &&
sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" dochttx.c
