pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/spirv-tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 10:45:26 UTC 2025

Modified Files:
        pkgsrc/parallel/spirv-tools: Makefile

Log Message:
spirv-tools: add missing python tool

Still doesn't build for me


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/spirv-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/parallel/spirv-tools/Makefile
diff -u pkgsrc/parallel/spirv-tools/Makefile:1.1 pkgsrc/parallel/spirv-tools/Makefile:1.2
--- pkgsrc/parallel/spirv-tools/Makefile:1.1    Tue Sep 23 12:57:46 2025
+++ pkgsrc/parallel/spirv-tools/Makefile        Sun Sep 28 10:45:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/23 12:57:46 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/28 10:45:26 wiz Exp $
 
 DISTNAME=      SPIRV-Tools-2025.1
 PKGNAME=       ${DISTNAME:tl}
@@ -28,5 +28,6 @@ CMAKE_CONFIGURE_ARGS+=        -DSPIRV-Headers_S
 
 .include "../../devel/cmake/build.mk"
 
+.include "../../lang/python/tool.mk"
 .include "../../parallel/spirv-headers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index