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

Collapse All | Expand All

(-)netpbm-10.32.ebuild.orig (+6 lines)
Lines 50-57 Link Here
50
50
51
	epatch "${FILESDIR}"/netpbm-10.31-build.patch
51
	epatch "${FILESDIR}"/netpbm-10.31-build.patch
52
	epatch "${FILESDIR}"/netpbm-10.30-tifftopnm.patch
52
	epatch "${FILESDIR}"/netpbm-10.30-tifftopnm.patch
53
	epatch "${FILESDIR}"/netpbm-10.32-parallel.patch
53
54
54
	rm -f configure
55
	rm -f configure
56
}
57
58
src_compile() {
55
	cp Makefile.config.in Makefile.config
59
	cp Makefile.config.in Makefile.config
56
	cat >> Makefile.config <<-EOF
60
	cat >> Makefile.config <<-EOF
57
	# Gentoo toolchain options
61
	# Gentoo toolchain options
Lines 86-91 Link Here
86
	# Sparc support ...
90
	# Sparc support ...
87
	replace-flags -mcpu=ultrasparc "-mcpu=v8 -mtune=ultrasparc"
91
	replace-flags -mcpu=ultrasparc "-mcpu=v8 -mtune=ultrasparc"
88
	replace-flags -mcpu=v9 "-mcpu=v8 -mtune=v9"
92
	replace-flags -mcpu=v9 "-mcpu=v8 -mtune=v9"
93
94
	emake || die
89
}
95
}
90
96
91
src_install() {
97
src_install() {

Return to bug 116665