cl-sdl2-ttf icon indicating copy to clipboard operation
cl-sdl2-ttf copied to clipboard

Include /usr/X11R6/include on openbsd

Open dxtr opened this issue 8 years ago • 2 comments

Otherwise the spec file won't be properly generated

I also had to reame SDL_ttf.h to SDL2_ttf.h for things to actually start working. This can probably be reverted if I made a mistake

dxtr avatar Nov 11 '17 18:11 dxtr

Thanks dxtr. Im going to pull and test this when I get the chance.

Failproofshark avatar Nov 14 '17 02:11 Failproofshark

Hey dxtr, sorry for taking long to get back to you.

I tried this out change out, unfortunately it breaks the Linux build in that it cannot locate the header file to map function calls.

You could try looking into features to provide some conditionalization into setting the path for the header file

Failproofshark avatar Dec 02 '17 23:12 Failproofshark