forked from Lainports/freebsd-ports
- Added blender wrapper script for setting up an initial $HOME/.blender link to point to the blender data directory (for easier script usage). - Install additional scripts - Install additional locales on demand - Install additional docs on demand - Pass maintainership to submitter PR: ports/130753 Submitted by: Marcus von Appen <mva@sysfault.org>
11 lines
462 B
Text
11 lines
462 B
Text
--- source/Makefile.orig 2009-01-21 08:14:52.000000000 +0100
|
|
+++ source/Makefile 2008-10-14 19:45:24.000000000 +0200
|
|
@@ -106,7 +106,7 @@
|
|
COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a
|
|
COMLIB += $(NAN_JPEG)/lib/libjpeg.a
|
|
COMLIB += $(OCGDIR)/blender/gpu/$(DEBUG_DIR)libgpu.a
|
|
-COMLIB += $(NAN_GLEW)/lib/libglew.a
|
|
+COMLIB += $(NAN_GLEW)/lib/libGLEW.a
|
|
|
|
ifneq ($(NAN_NO_KETSJI),true)
|
|
COMLIB += $(OCGDIR)/gameengine/bloutines/$(DEBUG_DIR)libbloutines.a
|