Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/
Date: Mon, 23 Oct 2017 02:23:32
Message-Id: 1508725395.b036db1ef69767b92b608e581844e5901e0b922a.jer@gentoo
1 commit: b036db1ef69767b92b608e581844e5901e0b922a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 02:23:15 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 02:23:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b036db1e
7
8 net-analyzer/pmacct: CPPFLAGS not CFLAGS.
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 net-analyzer/pmacct/pmacct-1.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
16 index 1cac3337d20..ff729c38230 100644
17 --- a/net-analyzer/pmacct/pmacct-1.7.0.ebuild
18 +++ b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
19 @@ -48,7 +48,7 @@ DOCS=(
20
21 src_configure() {
22 tc-export CC AR RANLIB
23 - append-cflags -DMYSQL_SERVER_VERSION=99999999
24 + append-cppflags -DMYSQL_SERVER_VERSION=99999999
25
26 econf \
27 $(use_enable 64bit) \