[Lunar-commits] <moonbase-other> blender: Minor sedit in the BUILD; https://developer.blender.org/T42797
Dennis Veatch
dennisveatch at bellsouth.net
Sat Dec 27 18:43:44 CET 2014
commit 9e51cecfea87465a6bebc9be5651d4f920e715fd
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 27 Dec 2014 12:31:52 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/9e51cecfea87465a6bebc9be5651d4f920e715fd
blender: Minor sedit in the BUILD; https://developer.blender.org/T42797
---
graphics/blender/BUILD | +3/-0
1 file changed, 3 insertions(+)
--- a/graphics/blender/BUILD
+++ b/graphics/blender/BUILD
@@ -1,6 +1,9 @@
PYTHON_VER="$(module_version Python-3 | cut -c1)" &&
+ sedit "s:= bitmap.width:= (int)bitmap.width:" source/blender/blenfont/intern/blf_glyph.c &&
+ sedit "s:height = bitmap.rows:height = (int)bitmap.rows:" source/blender/blenfont/intern/blf_glyph.c &&
+
# Has trouble finding llvm
if in_depends $MODULE llvm && [[ `arch` == "x86_64" ]]; then
OPTS+=" -DLLVM_LIBRARY=/usr/lib/libLLVM-$(module_version llvm).so"
More information about the Lunar-commits
mailing list