We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e20fa2 commit 10a647aCopy full SHA for 10a647a
etc/ci.sh
@@ -86,7 +86,7 @@ then
86
# HACK to work out timestamp issues with anupq
87
touch anupq*/configure* anupq*/Makefile* anupq*/aclocal.m4
88
# HACK to prevent float from complaining about missing C-XSC
89
- perl -pi -e 's;CXSC=yes;CXSC=no;' float*/configure
+ perl -pi -e 's;CXSC=yes;CXSC=no;' -e 's;CXSC=extern;CXSC=no;' float*/configure
90
# PATCH Browse (proper fix has been submitted to authors)
91
perl -pi -e 's;"src/string\.h";"src/stringobj.h";' Browse/src/ncurses.c
92
0 commit comments