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:           Wed Mar 27 19:53:29 UTC 2019

Modified Files:
        pkgsrc/graphics/blender: Makefile

Log Message:
blender: add comment explaining the "M="

will figure out the best way to implement it after the freeze


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 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.143 pkgsrc/graphics/blender/Makefile:1.144
--- pkgsrc/graphics/blender/Makefile:1.143      Wed Mar 27 11:05:57 2019
+++ pkgsrc/graphics/blender/Makefile    Wed Mar 27 19:53:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2019/03/27 11:05:57 markd Exp $
+# $NetBSD: Makefile,v 1.144 2019/03/27 19:53:29 markd Exp $
 
 DISTNAME=      blender-2.79b
 PKGREVISION=   2
@@ -46,7 +46,7 @@ REPLACE_PYTHON=               release/bin/blender-thu
 
 .include "options.mk"
 
-
+# Needs M=m when python has been built with the pymalloc option
 M=
 
 INSTALLATION_DIRS=     bin share/blender



Home | Main Index | Thread Index | Old Index