libheif: Fix build under NetBSD/amd64 8

Disable -Werror=maybe-uninitialized for NetBSD.
Reported by gdt@. Thank you.
This commit is contained in:
ryoon 2020-11-16 11:05:52 +00:00
parent 521956832c
commit d079174a8b

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2020/10/11 23:47:31 joerg Exp $
# $NetBSD: Makefile,v 1.7 2020/11/16 11:05:52 ryoon Exp $
DISTNAME= libheif-1.9.1
PKGREVISION= 1
@ -19,6 +19,8 @@ USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --disable-go
CXXFLAGS.NetBSD+= -Wno-error=maybe-uninitialized
PKGCONFIG_OVERRIDE+= libheif.pc.in
.include "../../mk/jpeg.buildlink3.mk"