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:           Thu Jan 19 10:03:00 UTC 2017

Modified Files:
        pkgsrc/graphics/blender: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 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.125 pkgsrc/graphics/blender/Makefile:1.126
--- pkgsrc/graphics/blender/Makefile:1.125      Sun Jan  1 16:06:18 2017
+++ pkgsrc/graphics/blender/Makefile    Thu Jan 19 10:03:00 2017
@@ -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 @@ CMAKE_OPTS+=          -DOPENGL_glu_LIBRARY:STRIN
 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