default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if [[ "$NAS_BRANCH" != scm ]]; then
  patch -p0 < "$SPELL_DIRECTORY/conf.patch"
fi &&

xmkmf
