Log Message: Require native threads since this isn't pth aware and uses SDL which is pth aware. This means SDL_Init tries to pth_init() which fails since pthread calls from paragui have already implicitly called pth_init(). XXX - pth probably needs to handle this better by not returning -1 on multiple init calls.
Revision | Action | file |
1.5 | modify | pkgsrc/x11/paragui/Makefile |