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:           Tue Apr  8 21:56:57 UTC 2025

Modified Files:
        pkgsrc/graphics/libheif: Makefile

Log Message:
libheif: also needs <filesystem>


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 pkgsrc/graphics/libheif/Makefile:1.46
--- pkgsrc/graphics/libheif/Makefile:1.45       Thu Apr  3 07:03:48 2025
+++ pkgsrc/graphics/libheif/Makefile    Tue Apr  8 21:56:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2025/04/03 07:03:48 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2025/04/08 21:56:57 wiz Exp $
 
 DISTNAME=      libheif-1.19.7
 PKGREVISION=   2
@@ -14,7 +14,7 @@ LICENSE=      gnu-lgpl-v3
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES+=     c++17 filesystem
 
 CMAKE_CONFIGURE_ARGS+= -DWITH_RAV1E=OFF
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=ON



Home | Main Index | Thread Index | Old Index