Skip to content

Commit 29fce00

Browse files
author
Matthias Koeppe
committed
build/pkgs/maxima/spkg-install.in: Patch out self-race
1 parent 2f426a1 commit 29fce00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/pkgs/maxima/spkg-install.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ cd src/
2020
# Use newer version of config.guess and config.sub (see Trac #19734)
2121
cp "$SAGE_ROOT"/config/config.* .
2222

23+
# Patch out bad 'multiple targets' rule
24+
# https://github.com/sagemath/sage/pull/35619#issuecomment-1567351409
25+
sed -i.bak 's/^maxima_singlepage.html //' doc/info/Makefile.in
26+
2327
# Note that maxima configure checks for git and, if it finds it, uses
2428
# versions information from the repo. See #15529. We disable this with
2529
# git_found=false

0 commit comments

Comments
 (0)