aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas PARLANT <nicolas.parlant@parhuet.fr>2024-10-24 12:13:18 +0200
committerNicolas PARLANT <nicolas.parlant@parhuet.fr>2024-10-24 12:13:18 +0200
commit17d8fd791177ed3b212deb9a2ca10a7a332b6092 (patch)
tree20ca1107be82b18efe1dedbdea9da5a88655f12c /net-mail
parentdev-lua/cqueues: restore basics CFLAGS from upstream (diff)
downloadguru-17d8fd791177ed3b212deb9a2ca10a7a332b6092.tar.gz
guru-17d8fd791177ed3b212deb9a2ca10a7a332b6092.tar.bz2
guru-17d8fd791177ed3b212deb9a2ca10a7a332b6092.zip
net-mail/dovecot-fts-flatcurve: clean CFLAGS from upstream
Closes: https://bugs.gentoo.org/942055 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild6
1 files changed, 6 insertions, 0 deletions
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 0c5ead709..95d044c84 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
}