Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247943
Collapse All | Expand All

(-)a/vnstat-1.6.ebuild (+8 lines)
Lines 15-20 Link Here
15
15
16
RDEPEND="virtual/cron"
16
RDEPEND="virtual/cron"
17
17
18
src_unpack() {
19
	unpack ${A}
20
	sed -i -e '/^\t$(CC) $(CFLAGS)/d' \
21
		-e 's/^OBJS = .*$/& vnstat.o\nLDLIBS = -lm/' \
22
		-e 's/^\(vnstat: $(OBJS)\).*/\1\n\nvnstat.o: vnstat.c vnstat.h/' \
23
		"${S}"/src/Makefile || die "sed src/Makefile failed"
24
}
25
18
src_compile() {
26
src_compile() {
19
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "Compilation failed"
27
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "Compilation failed"
20
}
28
}

Return to bug 247943