libheif: Fix build under NetBSD/amd64 8
Disable -Werror=maybe-uninitialized for NetBSD. Reported by gdt@. Thank you.
This commit is contained in:
parent
521956832c
commit
d079174a8b
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue