From 960ace98dbf5d9cc9b77672d9b47474a9bd801fd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Dec 2007 22:36:10 +0000 Subject: made guessconfig add use bash (not sh) and return a CPU as i386-32 or i386-64 (was just i386) default python to 2.5 --- source/nan_link.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/nan_link.mk') 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 -- cgit v1.2.3