mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
sys-apps/0xFFFF: Set CC.
The Makefile uses $CC and initializes it with `cc`. Closes: https://bugs.gentoo.org/785157 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
|
inherit toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="The 0pen Free Fiasco Firmware Flasher"
|
DESCRIPTION="The 0pen Free Fiasco Firmware Flasher"
|
||||||
HOMEPAGE="https://github.com/pali/0xFFFF/"
|
HOMEPAGE="https://github.com/pali/0xFFFF/"
|
||||||
SRC_URI="https://github.com/pali/${PN}/releases/download/${PV}/${P}.tar.gz"
|
SRC_URI="https://github.com/pali/${PN}/releases/download/${PV}/${P}.tar.gz"
|
||||||
@@ -15,6 +17,11 @@ IUSE=""
|
|||||||
DEPEND="virtual/libusb:0"
|
DEPEND="virtual/libusb:0"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
tc-export CC
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake DESTDIR="${ED}" PREFIX="/usr" install
|
emake DESTDIR="${ED}" PREFIX="/usr" install
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user