match solaris 10 x86-64 library name change

This commit is contained in:
Campbell Barton 2007-12-14 17:47:58 +00:00
parent 3319ecdcd1
commit b71d55b055

@ -117,10 +117,10 @@ ifeq ($(OS),openbsd)
endif
ifeq ($(OS),solaris)
ifeq (i386, $(findstring i386, $(CPU)))
LLIBS = -L/usr/X11/lib -lrt
ifeq (x86_64, $(findstring x86_64, $(CPU)))
LLIBS = -lrt
endif
LLIBS += -lGLU -lGL -lXmu -lXext -lXi -lX11 -lc -lm -ldl -lsocket -lnsl
LLIBS += -L$(NAN_MESA)/lib -lGLU -lGL -lXmu -lXext -lXi -lX11 -lc -lm -ldl -lsocket -lnsl
DYNLDFLAGS = -shared $(LDFLAGS)
endif