mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-lang/cc65: replace make -j warning with flag
Per advice on Gentoo bug linked below. Bug: https://bugs.gentoo.org/912925 Bug: https://github.com/cc65/cc65/issues/2543 Signed-off-by: Seth M. Price <sprice623@aol.com>
This commit is contained in:
@@ -14,12 +14,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_compile() {
|
||||
ewarn "According to an upstream maintainer, cc65 has a tendency to"
|
||||
ewarn "\"fail randomly\" when using \`make -j' to build in parallel."
|
||||
ewarn "If compiling this package fails, and you have parallel jobs"
|
||||
ewarn "enabled, try again with \`MAKEOPTS+=-j1' to disable them."
|
||||
|
||||
emake CC="$(tc-getCC)" AR="$(tc-getAR)" PREFIX="${EPREFIX}/usr"
|
||||
emake CC="$(tc-getCC)" AR="$(tc-getAR)" PREFIX="${EPREFIX}/usr" -j1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -13,12 +13,7 @@ LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
ewarn "According to an upstream maintainer, cc65 has a tendency to"
|
||||
ewarn "\"fail randomly\" when using \`make -j' to build in parallel."
|
||||
ewarn "If compiling this package fails, and you have parallel jobs"
|
||||
ewarn "enabled, try again with \`MAKEOPTS+=-j1' to disable them."
|
||||
|
||||
emake CC="$(tc-getCC)" AR="$(tc-getAR)" PREFIX="${EPREFIX}/usr"
|
||||
emake CC="$(tc-getCC)" AR="$(tc-getAR)" PREFIX="${EPREFIX}/usr" -j1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user