On 2023/09/18 17:49, Rafael Sadowski wrote:
> > -# autogen.sh needs aclocal/lib-ld.m4
> >  BUILD_DEPENDS +=   devel/gettext,-tools

This version doesn't need gettext-tools to build (and you removed the
comment which explains what it was there for in the first place..)

> > +MODCMAKE_LDFLAGS = -lc

Oh yeuch.

The build uses -Wl,--no-undefined which doesn't work properly on
OpenBSD (I suspect it maybe something to do with how we don't declare
libc in NEEDED for libraries), I think that flag should be removed
instead (remove the obvious lines in CMakeLists.txt) and remove this
LDFLAGS setting.

> > ++MODCMAKE_LDFLAGS =        -lc

bogus line ^^

Reply via email to