diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/sjeng/sjeng-11.2_p8_p1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games-board/sjeng/sjeng-11.2_p8_p1.ebuild b/games-board/sjeng/sjeng-11.2_p8_p1.ebuild index 19dd3691097..dc0f65449a0 100644 --- a/games-board/sjeng/sjeng-11.2_p8_p1.ebuild +++ b/games-board/sjeng/sjeng-11.2_p8_p1.ebuild @@ -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 @@ -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() { |