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:24:54 UTC 2024
Modified Files:
pkgsrc/graphics/blender-lts: Makefile
Log Message:
blender-lts: Strip out some -Werror
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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.47 pkgsrc/graphics/blender-lts/Makefile:1.48
--- pkgsrc/graphics/blender-lts/Makefile:1.47 Sat Oct 19 11:55:06 2024
+++ pkgsrc/graphics/blender-lts/Makefile Tue Nov 26 12:24:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/10/19 11:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2024/11/26 12:24:54 nia Exp $
DISTNAME= blender-3.6.12
PKGREVISION= 2
@@ -51,6 +51,9 @@ 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
+
.include "../../graphics/MesaLib/buildlink3.mk"
.if ${MESALIB_SUPPORTS_EGL} == "yes"
#CMAKE_CONFIGURE_ARGS+= -DWITH_GL_EGL=ON
Home |
Main Index |
Thread Index |
Old Index