diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-10-23 04:23:15 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-10-23 04:23:15 +0200 |
commit | b036db1ef69767b92b608e581844e5901e0b922a (patch) | |
tree | d688b181adc98ef918301c57f13ec7ae781a9c94 /net-analyzer | |
parent | net-analyzer/pmacct: Fix building against >>>=o=>>>dev-db:::mariadb/10.2. (diff) | |
download | gentoo-b036db1ef69767b92b608e581844e5901e0b922a.tar.gz gentoo-b036db1ef69767b92b608e581844e5901e0b922a.tar.bz2 gentoo-b036db1ef69767b92b608e581844e5901e0b922a.zip |
net-analyzer/pmacct: CPPFLAGS not CFLAGS.
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |