Skip to content

Commit

Permalink
sci-electronics/magic: fix autoconf 2.71 compatibility in stable
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Sep 29, 2021
1 parent 7865b6f commit c4fcafe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sci-electronics/magic/magic-7.5.202-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ src_prepare() {
eautoreconf
cd ..
sed -i -e "s: -pg : :" tcltk/Makefile || die

# required for >=autoconf-2.70 (bug #775422)
local ac_aux_file
for ac_aux_file in install-sh config.guess config.sub ; do
ln -s scripts/${ac_aux_file} ${ac_aux_file} || die
done
}

src_configure() {
Expand Down

0 comments on commit c4fcafe

Please sign in to comment.