1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Stan analyzes binary streams and calculates statistical information"
9 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
10 SRC_URI="mirror://gentoo/${P}.tar.gz"
17 "${FILESDIR}/${P}-errno.patch"
23 mv configure.{in,ac} || die
25 -e "s/-O3/${CFLAGS}/" \
26 -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" configure.ac || die