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:           Sun Sep 15 15:11:25 UTC 2024

Modified Files:
        pkgsrc/graphics/libheif: Makefile

Log Message:
graphics/libheif: Fix build failure with multimedia/x265-4.0


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/graphics/libheif/Makefile:1.32
--- pkgsrc/graphics/libheif/Makefile:1.31       Wed Aug 21 17:00:41 2024
+++ pkgsrc/graphics/libheif/Makefile    Sun Sep 15 15:11:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2024/08/21 17:00:41 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/09/15 15:11:25 ryoon Exp $
 
 DISTNAME=      libheif-1.18.2
 PKGREVISION=   1
@@ -19,6 +19,8 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_DISABLE_F
 
 PKGCONFIG_OVERRIDE+=   libheif.pc.in
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../devel/cmake/build.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../multimedia/dav1d/buildlink3.mk"



Home | Main Index | Thread Index | Old Index