projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2180d
)
comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 6 Sep 2006 13:56:26 +0000
(13:56 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 6 Sep 2006 13:56:26 +0000
(13:56 +0000)
configs/default
patch
|
blob
|
history
diff --git
a/configs/default
b/configs/default
index 817e1df0e28bcaab1a535cc97f0e555d7056919e..23d7aedfbf590c55845beffdacf2cc527d12470f 100644
(file)
--- a/
configs/default
+++ b/
configs/default
@@
-68,7
+68,7
@@
PROGRAM_DIRS = demos redbook samples xdemos
# Library/program dependencies
-EXTRA_LIB_PATH ?=
+
#
EXTRA_LIB_PATH ?=
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread
OSMESA_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB)
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm