Skip to content

Commit

Permalink
games-board/sjeng: Respect CC by running eautoreconf
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Sep 10, 2020
1 parent f8b267e commit 8161785
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion games-board/sjeng/sjeng-11.2_p8_p1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit prefix
inherit autotools prefix

MY_PV=$(ver_cut 1-2)
# 11.2_p8_p1 -> 11.2-8.1
Expand Down Expand Up @@ -33,6 +33,10 @@ src_prepare() {
eapply "${WORKDIR}/sjeng_${MY_DEB_PV}.diff"
QUILT_PATCHES="debian/patches" QUILT_SERIES="debian/patches/series" quilt push -a || die
hprefixify book.c rcfile.c

# Files generated with ancient autotools, regenerate to respect CC.
mv configure.{in,ac} || die
eautoreconf
}

src_install() {
Expand Down

0 comments on commit 8161785

Please sign in to comment.