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:
authorHans Lambermont <hans@lambermont.dyndns.org>2006-10-24 17:34:15 +0400
committerHans Lambermont <hans@lambermont.dyndns.org>2006-10-24 17:34:15 +0400
commitb5fbb186df782ae9728b688574938050ec2d517d (patch)
tree941f62a5142c590df1412649b30cfa20deee7504 /source/nan_link.mk
parentf3615cf228b3ce396b8d97c43d14ce2bd72669d3 (diff)
- add -lXi to prevent "undefined reference to `XGetExtensionVersion'..."
- remove obsoleted<=4.0 freebsd compatibility
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 9314f2d708f..9b21ebfe2db 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -69,16 +69,10 @@ ifeq ($(OS),darwin)
endif
ifeq ($(OS),freebsd)
- LLIBS = -L/usr/X11R6/lib -lX11 -lXmu -lm -lutil -lz -pthread -lc_r
+ LLIBS = -L/usr/X11R6/lib -lX11 -lXmu -lXi -lm -lutil -lz -pthread -lc_r
DADD = -lGL -lGLU
DYNLDFLAGS = -shared $(LDFLAGS)
LOPTS = -Wl,--export-dynamic
- ifeq ($(OS_VERSION),$(findstring $(OS_VERSION), "3.4 4.0"))
- COMMENT = "MESA 3.0"
- SADD = /usr/X11R6/lib/libGL.a /usr/X11R6/lib/libGLU.a
- LLIBS += -lc
- else
- endif
endif
ifeq ($(OS),irix)