dev-lang/cc65: specify $PREFIX at compile

.macpack fails to find the $PREFIX/share/cc65 directory when
`$PREFIX` is not specified at compile time—not install time.
See <https://github.com/cc65/cc65/issues/1726> for more info.

Signed-off-by: Seth Price <sprice623@aol.com>
This commit is contained in:
Seth Price
2023-08-13 13:31:29 -04:00
parent 2191638c50
commit 25cde59bab

View File

@@ -14,7 +14,7 @@ LICENSE="ZLIB"
SLOT="0"
src_compile() {
emake
emake PREFIX="${EPREFIX}/usr"
}
src_install() {