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: Wed Jun 7 14:40:48 UTC 2023
Modified Files:
pkgsrc/graphics/libheif: Makefile
Log Message:
libheif: Disable rav1e option explicitly
If you have installed multimedia/rav1e, the build fails.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/graphics/libheif/Makefile:1.19
--- pkgsrc/graphics/libheif/Makefile:1.18 Sun May 28 17:08:43 2023
+++ pkgsrc/graphics/libheif/Makefile Wed Jun 7 14:40:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/05/28 17:08:43 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/06/07 14:40:47 ryoon Exp $
DISTNAME= libheif-1.16.2
CATEGORIES= graphics
@@ -14,6 +14,8 @@ LICENSE= gnu-lgpl-v3
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+CMAKE_CONFIGURE_ARGS+= -DWITH_RAV1E=OFF
+
PKGCONFIG_OVERRIDE+= libheif.pc.in
.include "../../devel/cmake/build.mk"
Home |
Main Index |
Thread Index |
Old Index