X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVE%2Fbinreve.pkg;h=e17a3570470bfb5dd9349d493a20b1a576b46618;hp=aeb53a9a308d86c19809ba5097ab18ff9e95295d;hb=2074deef342ad9a0efac2576213c24e0738d581a;hpb=5a5a1232e8031fbb4f6af24a0fef355b684c6ac4 diff --git a/EVE/binreve.pkg b/EVE/binreve.pkg index aeb53a9a308..e17a3570470 100644 --- 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