Index | Thread | Search

From:
Thomas Frohwein <tfrohwein@fastmail.com>
Subject:
Re: New: sdl12-compat - SDL1 reimplentation layered on top of SDL2
To:
yaydn@protonmail.com
Cc:
"ports@openbsd.org" <ports@openbsd.org>
Date:
Sat, 8 Aug 2026 20:42:57 -0700

Download raw body.

Thread
On Sat, 08 Aug 2026 06:00:03 +0000
yaydn@protonmail.com 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.