Skip to content

Commit 10a647a

Browse files
committed
fixup float workaround
1 parent 7e20fa2 commit 10a647a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ then
8686
# HACK to work out timestamp issues with anupq
8787
touch anupq*/configure* anupq*/Makefile* anupq*/aclocal.m4
8888
# HACK to prevent float from complaining about missing C-XSC
89-
perl -pi -e 's;CXSC=yes;CXSC=no;' float*/configure
89+
perl -pi -e 's;CXSC=yes;CXSC=no;' -e 's;CXSC=extern;CXSC=no;' float*/configure
9090
# PATCH Browse (proper fix has been submitted to authors)
9191
perl -pi -e 's;"src/string\.h";"src/stringobj.h";' Browse/src/ncurses.c
9292

0 commit comments

Comments
 (0)