Hello,
I am trying to use textproc/wkhtmltopdf to convert a document to PDF.
I am using OpenBSD-current on amd64.
When running `wkhtmltopdf example.com ex.pdf`, it fails with a coredump :
```
* thread #1, stop reason = signal SIGSEGV
* frame #0: 0x000000332b80e181 wkhtmltopdf`QApplication::setStyle(QStyle*) +
* 721
frame #1: 0x000000332a79f158 wkhtmltopdf`main + 280
frame #2: 0x000000332a75dc2b wkhtmltopdf`__start + 267
```
I tried with multiple page and html documents, always the same error.
Can someone confirm it works on its system please ?
Denis