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:           Sat Nov  9 10:57:04 UTC 2024

Modified Files:
        pkgsrc/graphics/libheif: Makefile

Log Message:
libheif: now requires c++20.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/graphics/libheif/Makefile:1.38
--- pkgsrc/graphics/libheif/Makefile:1.37       Thu Nov  7 18:42:14 2024
+++ pkgsrc/graphics/libheif/Makefile    Sat Nov  9 10:57:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/11/07 18:42:14 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/11/09 10:57:04 wiz Exp $
 
 DISTNAME=      libheif-1.19.2
 PKGREVISION=   1
@@ -16,6 +16,8 @@ LICENSE=      gnu-lgpl-v3
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+USE_CXX_FEATURES+=     c++20
+
 CMAKE_CONFIGURE_ARGS+= -DWITH_RAV1E=OFF
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=ON
 



Home | Main Index | Thread Index | Old Index