Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 552030 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-analyzer/cacti-spine/cacti-spine-0.8.8d.ebuild (+3 lines)
Lines 24-29 Link Here
24
src_prepare() {
24
src_prepare() {
25
	# Patch configure.ac to replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
25
	# Patch configure.ac to replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
26
	epatch "${FILESDIR}/${PN}-0.8.8d-fix-ac-macro.patch"
26
	epatch "${FILESDIR}/${PN}-0.8.8d-fix-ac-macro.patch"
27
	epatch "${FILESDIR}/${PN}-0.8.8d-fix-ac-libs.patch"
28
	epatch "${FILESDIR}/${PN}-0.8.8d-fix-net-snmp.patch"
29
	epatch -R "${FILESDIR}/${PN}-0.8.8d-unneeded-commit.patch"
27
30
28
	sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
31
	sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
29
	AT_M4DIR="config" eautoreconf
32
	AT_M4DIR="config" eautoreconf

Return to bug 552030