mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 10:10:06 +02:00
* Create recipe for calcurse A few things of note: * The default terminal font, Noto Mono, does not support the box drawing characters that calcurse relies on. Changing the font to Noto Sans Mono fixes this issue. * calcurse's default date format (format.dayheading) uses the %-d format sequence, which Haiku's version of `date' does not support. This can easily be fixed by changing it to %d in calcurse's config. * The checks for lm and pthread are patched out in configure.ac, as these libraries are contained within libroot in Haiku.