Package-Manager: Portage-2.3.86, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=707488
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Displays statistics about ethernet traffic including protocol breakdown"
SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz"
src_prepare(){
default
-
eautoreconf
}
+
+src_configure() {
+ append-cflags -fcommon
+ default
+}