git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added parameter 'Width_t fWidth' to TrackRnrStyle and a method to change width of...
[u/mrichter/AliRoot.git]
/
EVE
/
binreve.pkg
diff --git
a/EVE/binreve.pkg
b/EVE/binreve.pkg
index aeb53a9a308d86c19809ba5097ab18ff9e95295d..e17a3570470bfb5dd9349d493a20b1a576b46618 100644
(file)
--- a/
EVE/binreve.pkg
+++ b/
EVE/binreve.pkg
@@
-6,3
+6,10
@@
ELIBSDIR :=
ELIBS := Reve
PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed -lRGL $(SYSLIBS)
+
+ifeq (macosx,$(ALICE_TARGET))
+
+# On Mac OS X gcc we need GL
+ELIBS+=GL
+ELIBSDIR+=/usr/X11R6/lib/
+endif