pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 'gegl' segfault breaks "gimp" build



On Sat, 19 Mar 2022 12:06:48 -0500 (CDT)
"John D. Baker" <jdbaker%consolidated.net@localhost> wrote:

> With the freeze for 2022Q1 just days away, I've updated my pkgsrc tree
> to head and have rebuilt nearly everything.  The one failure I've
> encountered on netbsd-9/amd64 (up-to-date 9.2_STABLE) is when building
> "graphics/gimp".

Please try to put this snippet in babl's Makefile.
Report back if it helps so it can go in before 2022Q1.

.include "../../mk/compiler.mk"
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") && !empty(CC_VERSION:Mgcc-7.*)
MESON_ARGS+=	-Denable-mmx=false
.endif

Kind regards,
-Tobias


Home | Main Index | Thread Index | Old Index