default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

patch -p0 < "$SPELL_DIRECTORY/types.patch" &&

# note that, yes indeed, they typo'd the extra S
sed -i "s:^COPTFLAGS=.*:COPTFLAG=${CFLAGS}:; \
        s:^LDFLAGS=.*:LDFLAGS=${LDFLAGS}:" Make.Rules &&

# there's no indent for gperf..
sed -i "s:\$(INDENT)::" libcap/Makefile
