pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libheif



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Nov 16 11:05:52 UTC 2020

Modified Files:
        pkgsrc/graphics/libheif: Makefile

Log Message:
libheif: Fix build under NetBSD/amd64 8

Disable -Werror=maybe-uninitialized for NetBSD.
Reported by gdt@. Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/libheif/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libheif/Makefile
diff -u pkgsrc/graphics/libheif/Makefile:1.6 pkgsrc/graphics/libheif/Makefile:1.7
--- pkgsrc/graphics/libheif/Makefile:1.6        Sun Oct 11 23:47:31 2020
+++ pkgsrc/graphics/libheif/Makefile    Mon Nov 16 11:05:52 2020
@@ -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"



Home | Main Index | Thread Index | Old Index