default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# fix build against enchant-2
sedit 's/enchant/&-2/g' configure &&
sedit '280{/^\tenchant_dict_add_to_pwl(/!q1;s/_to_pwl//}' gtkspell/gtkspell.c &&
# fix build against musl
sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
# disable instalation of libtool pseudo-libraries
sedit '/^[	 ]*func_show_eval "[$]install_prog [$]instname /d' ltmain.sh
