pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/blender blender: fix linux build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a952be7a1268
branches:  trunk
changeset: 372865:a952be7a1268
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Dec 19 09:16:29 2017 +0000

description:
blender: fix linux build

explicitly disable jemalloc. fix linux PLIST

diffstat:

 graphics/blender/Makefile    |  3 ++-
 graphics/blender/PLIST.Linux |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 376a958d1824 -r a952be7a1268 graphics/blender/Makefile
--- a/graphics/blender/Makefile Tue Dec 19 09:09:38 2017 +0000
+++ b/graphics/blender/Makefile Tue Dec 19 09:16:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2017/08/24 20:03:20 adam Exp $
+# $NetBSD: Makefile,v 1.136 2017/12/19 09:16:29 markd Exp $
 
 DISTNAME=      blender-2.77a
 PKGREVISION=   7
@@ -14,6 +14,7 @@
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++11
 CMAKE_OPTS+=           -DWITH_OPENAL:BOOL=OFF
+CMAKE_OPTS+=           -DWITH_MEM_JEMALLOC:BOOL=OFF
 CMAKE_OPTS+=           -DPYVERSSUFFIX:STRING=${PYVERSSUFFIX}
 CMAKE_OPTS+=           -DPYTHON_VERSION:STRING=${PYVERSSUFFIX}
 CMAKE_OPTS+=           -DPYTHON_ROOT_DIR:STRING=${PREFIX}
diff -r 376a958d1824 -r a952be7a1268 graphics/blender/PLIST.Linux
--- a/graphics/blender/PLIST.Linux      Tue Dec 19 09:09:38 2017 +0000
+++ b/graphics/blender/PLIST.Linux      Tue Dec 19 09:16:29 2017 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST.Linux,v 1.5 2017/02/06 01:29:10 markd Exp $
+@comment $NetBSD: PLIST.Linux,v 1.6 2017/12/19 09:16:29 markd Exp $
 ${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sysconfigdata_linux.py
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_curses.so
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_elementtree.so
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sqlite3.so
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/ossaudiodev.so
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/readline.so



Home | Main Index | Thread Index | Old Index