Re: New: sdl12-compat - SDL1 reimplentation layered on top of SDL2
Thomas Frohwein <[email protected]>
| Newsgroups | gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 08 Aug 2026 06:00:03 +0000 [email protected] wrote: > In Makefile there is the line: > > MODCMAKE_LDFLAGS = > > Is that supposed to be blank? That was my bad. Thought I would add something there but didn't need to and forgot I had started the line. It's inert this way anyway, so doesn't affect the end product, but I have removed this line for future versions. The @conflict marker seems the right thing. It should only block if you have sdl installed. Was that the case? Since the files collide otherwise, and sdl12-compat should replace sdl when ready, the @conflict seemed like the right thing to include. Thanks for testing. Good to know that VLC has an issue on your build. Will give that a try soon to see if that segfault is reproducible.