pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Aug 22 08:15:33 UTC 2022

Modified Files:
        pkgsrc/graphics/blender: Makefile

Log Message:
blender: explicitly disable POTRACE


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/graphics/blender/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/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.188 pkgsrc/graphics/blender/Makefile:1.189
--- pkgsrc/graphics/blender/Makefile:1.188      Thu Aug 11 05:08:39 2022
+++ pkgsrc/graphics/blender/Makefile    Mon Aug 22 08:15:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.188 2022/08/11 05:08:39 gutteridge Exp $
+# $NetBSD: Makefile,v 1.189 2022/08/22 08:15:33 markd Exp $
 
 DISTNAME=      blender-2.93.5
 PKGREVISION=   7
@@ -35,6 +35,7 @@ CMAKE_ARGS+=  -DWITH_CODEC_FFMPEG=ON
 CMAKE_ARGS+=   -DWITH_CODEC_SNDFILE=ON
 CMAKE_ARGS+=   -DWITH_SYSTEM_GLEW=ON
 CMAKE_ARGS+=   -DWITH_CYCLES_EMBREE=OFF
+CMAKE_ARGS+=   -DWITH_POTRACE=OFF
 
 CMAKE_ARGS+=   -DPYTHON_VERSION=${PYVERSSUFFIX}
 CMAKE_ARGS+=   -DWITH_PYTHON_INSTALL_NUMPY=OFF



Home | Main Index | Thread Index | Old Index