aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/Makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-01 16:05:06 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-01 16:05:06 +0000
commit24b3361cea084b9038c0f67bf423cd429877fd85 (patch)
tree1af4ef7b8465dd6bff137a5bbe2dd82328b3f17d /code/unix/Makefile
parent394cead89ea339273451bb5d5f2369a9a4dbc908 (diff)
downloadioquake3-aero-24b3361cea084b9038c0f67bf423cd429877fd85.tar.gz
ioquake3-aero-24b3361cea084b9038c0f67bf423cd429877fd85.zip
* More Solaris work
git-svn-id: svn://svn.icculus.org/quake3/trunk@205 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r--code/unix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile
index 32a5016..8a01a23 100644
--- a/code/unix/Makefile
+++ b/code/unix/Makefile
@@ -418,13 +418,13 @@ ifeq ($(PLATFORM),SunOS)
LDFLAGS=-lsocket -lnsl -ldl -lm
ifeq ($(strip $(USE_SDL)),true)
- GLLDFLAGS=$(shell sdl-config --libs) -lGLU -lX11 -lXext
+ GLLDFLAGS=$(shell sdl-config --libs) -L/usr/X11/lib -lGLU -lX11 -lXext
else
- GLLDFLAGS=-L/usr/openwin/$(LIB) -lGLU -lX11 -lXext
+ GLLDFLAGS=-L/usr/openwin/$(LIB) -L/usr/X11/lib -lGLU -lX11 -lXext
endif
ifeq ($(ARCH),i386)
- # linux32 make ...
+ # Solarix x86 make ...
BASE_CFLAGS += -m32
LDFLAGS+=-m32
endif