New comment by NeelChotai on void-packages repository https://github.com/void-linux/void-packages/pull/34619#issuecomment-997477697 Comment: > Can we do something simpler in pre_configure or is there a reason why it's done this way? > > ```shell > pre_configure() { > vsed -i 's|ncursesw/curses.h|curses.h|g' src/include/hstr.h src/include/hstr_curses.h > autoreconf -fi > } > ``` Doesn't seem to be any particular reason, updated!