pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/nvidia-texture-tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 19 13:19:34 UTC 2025

Modified Files:
        pkgsrc/graphics/nvidia-texture-tools: Makefile

Log Message:
nvidia-texture-tools: fix build with cmake 4

Convert to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/nvidia-texture-tools/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/nvidia-texture-tools/Makefile
diff -u pkgsrc/graphics/nvidia-texture-tools/Makefile:1.16 pkgsrc/graphics/nvidia-texture-tools/Makefile:1.17
--- pkgsrc/graphics/nvidia-texture-tools/Makefile:1.16  Sun Aug 10 10:38:56 2025
+++ pkgsrc/graphics/nvidia-texture-tools/Makefile       Tue Aug 19 13:19:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/08/10 10:38:56 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/08/19 13:19:34 wiz Exp $
 
 DISTNAME=      nvidia-texture-tools-2.1.0
 PKGREVISION=   12
@@ -12,11 +12,12 @@ COMMENT=    Texture processing tools with s
 LICENSE=       mit
 
 HAS_CONFIGURE= yes
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
 CMAKE_CONFIGURE_ARGS+= -DNVTT_SHARED=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
+.include "../../devel/cmake/build.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"



Home | Main Index | Thread Index | Old Index