pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/blender Currently doesn't build with python36...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa0e86a98c63
branches:  trunk
changeset: 357394:fa0e86a98c63
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jan 19 10:03:00 2017 +0000

description:
Currently doesn't build with python36 - cann't find python libs

diffstat:

 graphics/blender/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d95223ff376 -r fa0e86a98c63 graphics/blender/Makefile
--- a/graphics/blender/Makefile Thu Jan 19 09:58:18 2017 +0000
+++ b/graphics/blender/Makefile Thu Jan 19 10:03:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2017/01/01 16:06:18 adam Exp $
+# $NetBSD: Makefile,v 1.126 2017/01/19 10:03:00 markd Exp $
 
 DISTNAME=      blender-2.77a
 PKGREVISION=   3
@@ -29,7 +29,7 @@
 CXXFLAGS+=     -std=c++11
 CMAKE_OPTS+=           -DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS:Q}
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 GCC_REQD+=     4.7
 
 DEPENDS+=      ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat



Home | Main Index | Thread Index | Old Index