Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 192528aa5a6..620c57dcd84 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -184,7 +184,8 @@ ifeq ($(OS),solaris)
REL_CFLAGS += -O1
REL_CCFLAGS += -O1
NAN_DEPEND = true
- ifeq ($(CPU),sparc)
+ #ifeq ($(CPU),sparc)
+ ifeq ($(CPU),$(findstring $(CPU), "sparc"))
OPENGL_HEADERS = /usr/openwin/share/include
CPPFLAGS += -DSUN_OGL_NO_VERTEX_MACROS
JAVA_HEADERS = /usr/java/include