diff --git a/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild b/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild index 0c5ead7091..95d044c845 100644 --- a/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild +++ b/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild @@ -23,6 +23,12 @@ RDEPEND="${DEPEND}" src_prepare() { default + + sed \ + -e 's/CFLAGS="$CFLAGS $EXTRA_CFLAGS"/CFLAGS=""/' \ + -e 's/CFLAGS="$CFLAGS /CFLAGS="/' \ + -i configure.ac || die + eautoreconf }