summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-10-23 04:23:15 +0200
committerJeroen Roovers <jer@gentoo.org>2017-10-23 04:23:15 +0200
commitb036db1ef69767b92b608e581844e5901e0b922a (patch)
treed688b181adc98ef918301c57f13ec7ae781a9c94 /net-analyzer
parentnet-analyzer/pmacct: Fix building against >>>=o=>>>dev-db:::mariadb/10.2. (diff)
downloadgentoo-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.ebuild2
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) \