diff options
author | David Seifert <soap@gentoo.org> | 2020-09-15 21:52:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-15 21:52:30 +0200 |
commit | 1eab5fcdc005c843f7e6767bb92085332e0c1650 (patch) | |
tree | 2bb4f9113447140a66b3565ec616b53e5cdedb2a /app-laptop/spicctrl/spicctrl-1.9-r1.ebuild | |
parent | app-dicts/eblook: Port to EAPI 7 (diff) | |
download | gentoo-1eab5fcdc005c843f7e6767bb92085332e0c1650.tar.gz gentoo-1eab5fcdc005c843f7e6767bb92085332e0c1650.tar.bz2 gentoo-1eab5fcdc005c843f7e6767bb92085332e0c1650.zip |
app-laptop/spicctrl: Fix makefile
Closes: https://bugs.gentoo.org/742083
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-laptop/spicctrl/spicctrl-1.9-r1.ebuild')
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.9-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild index d08dd3d8160d..673144b0e853 100644 --- a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild +++ b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild @@ -13,12 +13,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 -ppc x86" -PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" +src_configure() { + tc-export CC } src_install() { dobin spicctrl + einstalldocs } |