diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-05-15 15:31:03 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-05-15 15:33:07 +0200 |
commit | 0d4914778747a18645775b6bf024ad11d82f361c (patch) | |
tree | 0323ad5bfe7c19682f8f1750520c0f4c9af6d297 /mail-filter | |
parent | www-apache/mod_h2: 1.15.9 version bump (diff) | |
download | gentoo-0d4914778747a18645775b6bf024ad11d82f361c.tar.gz gentoo-0d4914778747a18645775b6bf024ad11d82f361c.tar.bz2 gentoo-0d4914778747a18645775b6bf024ad11d82f361c.zip |
mail-filter/exim-geoip: fix compatibility with exim-4.93
Closes: https://bugs.gentoo.org/723088
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/exim-geoip/exim-geoip-0.1-r1.ebuild (renamed from mail-filter/exim-geoip/exim-geoip-0.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-filter/exim-geoip/exim-geoip-0.1.ebuild b/mail-filter/exim-geoip/exim-geoip-0.1-r1.ebuild index a2f6fdee4d5b..589d796149ff 100644 --- a/mail-filter/exim-geoip/exim-geoip-0.1.ebuild +++ b/mail-filter/exim-geoip/exim-geoip-0.1-r1.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/exim-geoipv6-dlfunc-${PV}" src_configure() { - append-cppflags "-I/usr/include/exim" + append-cppflags "-I/usr/include/exim -DDLFUNC_IMPL" econf } |