From: Jeroen Roovers Date: Mon, 23 Oct 2017 02:23:15 +0000 (+0200) Subject: net-analyzer/pmacct: CPPFLAGS not CFLAGS. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b036db1ef69767b92b608e581844e5901e0b922a;p=gentoo.git net-analyzer/pmacct: CPPFLAGS not CFLAGS. Package-Manager: Portage-2.3.12, Repoman-2.3.3 --- diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild b/net-analyzer/pmacct/pmacct-1.7.0.ebuild index 1cac3337d203..ff729c382305 100644 --- a/net-analyzer/pmacct/pmacct-1.7.0.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.0.ebuild @@ -48,7 +48,7 @@ DOCS=( src_configure() { tc-export CC AR RANLIB - append-cflags -DMYSQL_SERVER_VERSION=99999999 + append-cppflags -DMYSQL_SERVER_VERSION=99999999 econf \ $(use_enable 64bit) \