Skip to content

Commit

Permalink
sci-electronics/vcd: don't call CC directly
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/243502
Signed-off-by: Huang Rui <[email protected]>
  • Loading branch information
vowstar committed Aug 9, 2024
1 parent d9143c7 commit b1c2517
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sci-electronics/vcd/vcd-221217.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=8

inherit toolchain-funcs

DESCRIPTION="VCD file (Value Change Dump) command line viewer"
HOMEPAGE="https://github.com/yne/vcd"

Expand All @@ -17,3 +19,14 @@ fi

LICENSE="MIT"
SLOT="0"

src_compile() {
# https://bugs.gentoo.org/243502
emake CC="$(tc-getCC)"
}

src_install() {
local DOCS=( README.md )
emake DESTDIR="${ED}"
einstalldocs
}

0 comments on commit b1c2517

Please sign in to comment.