projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d0e50
)
fix APP_LIB_DEPS
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 29 Aug 2005 22:45:52 +0000
(22:45 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 29 Aug 2005 22:45:52 +0000
(22:45 +0000)
configs/freebsd
patch
|
blob
|
history
diff --git
a/configs/freebsd
b/configs/freebsd
index a7d8c615e9014ad81c50899b3b1191a265b929ff..910352abd3e0e7a840c1404720e7f2b2c8915aa9 100644
(file)
--- a/
configs/freebsd
+++ b/
configs/freebsd
@@
-13,5
+13,4
@@
CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100
CXXFLAGS = -O2 -fPIC -pedantic
GLUT_CFLAGS = -fexceptions
-APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
-
+APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/X11R6/lib -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lXext -lXmu -lXi -lX11 -lm