pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender-lts



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 26 12:54:44 UTC 2024

Modified Files:
        pkgsrc/graphics/blender-lts: Makefile

Log Message:
blender-lts: Fix typo in previous


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/blender-lts/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/blender-lts/Makefile
diff -u pkgsrc/graphics/blender-lts/Makefile:1.48 pkgsrc/graphics/blender-lts/Makefile:1.49
--- pkgsrc/graphics/blender-lts/Makefile:1.48   Tue Nov 26 12:24:54 2024
+++ pkgsrc/graphics/blender-lts/Makefile        Tue Nov 26 12:54:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2024/11/26 12:24:54 nia Exp $
+# $NetBSD: Makefile,v 1.49 2024/11/26 12:54:44 nia Exp $
 
 DISTNAME=      blender-3.6.12
 PKGREVISION=   2
@@ -51,8 +51,8 @@ CMAKE_CONFIGURE_ARGS+=        -DPYTHON_VERSION=
 CMAKE_CONFIGURE_ARGS+= -DWITH_PYTHON_INSTALL_NUMPY=OFF
 CMAKE_CONFIGURE_ARGS+= -DWITH_PYTHON_INSTALL_REQUESTS=OFF
 
-BUILDLINK_TRANSFORM+=  -Werror=float-conversion
-BUILDLINK_TRANSFORM+=  -Werror=double-conversion
+BUILDLINK_TRANSFORM+=  rm:-Werror=float-conversion
+BUILDLINK_TRANSFORM+=  rm:-Werror=double-conversion
 
 .include "../../graphics/MesaLib/buildlink3.mk"
 .if ${MESALIB_SUPPORTS_EGL} == "yes"



Home | Main Index | Thread Index | Old Index