commit: b036db1ef69767b92b608e581844e5901e0b922a
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 02:23:15 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 02:23:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b036db1e
net-analyzer/pmacct: CPPFLAGS not CFLAGS.
Package-Manager: Portage-2.3.12, Repoman-2.3.3
net-analyzer/pmacct/pmacct-1.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild
b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
index 1cac3337d20..ff729c38230 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) \