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:   wiz
Date:           Mon Jul 15 02:51:34 UTC 2024

Modified Files:
        pkgsrc/graphics/libheif: Makefile

Log Message:
ilibheif: disable libtiff detection


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/graphics/libheif/Makefile:1.28
--- pkgsrc/graphics/libheif/Makefile:1.27       Sun Jul 14 13:01:25 2024
+++ pkgsrc/graphics/libheif/Makefile    Mon Jul 15 02:51:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/07/14 13:01:25 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/07/15 02:51:34 wiz Exp $
 
 DISTNAME=      libheif-1.18.0
 CATEGORIES=    graphics
@@ -14,6 +14,7 @@ USE_TOOLS+=   pkg-config
 USE_LANGUAGES= c c++
 
 CMAKE_CONFIGURE_ARGS+= -DWITH_RAV1E=OFF
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=ON
 
 PKGCONFIG_OVERRIDE+=   libheif.pc.in
 



Home | Main Index | Thread Index | Old Index