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_link.mk')
-rw-r--r--source/nan_link.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 35a0a9d0070..235827c9a7b 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -117,9 +117,9 @@ ifeq ($(OS),openbsd)
endif
ifeq ($(OS),solaris)
- ifeq ($(CPU), i386)
- LLIBS = -L/usr/X11/lib
- endif
+ ifeq (i386, $(findstring i386, $(CPU)))
+ LLIBS = -L/usr/X11/lib -lrt
+ endif
LLIBS += -lGLU -lGL -lXmu -lXext -lXi -lX11 -lc -lm -ldl -lsocket -lnsl
DYNLDFLAGS = -shared $(LDFLAGS)
endif