net-analyzer/pmacct: CPPFLAGS not CFLAGS.
authorJeroen Roovers <jer@gentoo.org>
Mon, 23 Oct 2017 02:23:15 +0000 (04:23 +0200)
committerJeroen Roovers <jer@gentoo.org>
Mon, 23 Oct 2017 02:23:15 +0000 (04:23 +0200)
Package-Manager: Portage-2.3.12, Repoman-2.3.3

net-analyzer/pmacct/pmacct-1.7.0.ebuild

index 1cac3337d2033cccc700d141db7aa6269453ab9c..ff729c382305c6d8053a9c85e04cca805cb5b089 100644 (file)
@@ -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) \