From 587308f87ffaab563ecc75fc077fcddb64e05384 Mon Sep 17 00:00:00 2001 From: alibrary Date: Mon, 11 Apr 2005 08:04:14 +0000 Subject: [PATCH] To avoid warnings on the new Root --- build/Makefile.macosx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Makefile.macosx b/build/Makefile.macosx index 28bcfe60dc1..053ac034a2c 100644 --- a/build/Makefile.macosx +++ b/build/Makefile.macosx @@ -21,8 +21,8 @@ CLIBCOPT = CLIBFOPT = $(CLIBDEFS) # Compiler flags -CXXFLAGS = $(CXXOPT) -Wall -W -pipe -fsigned-char -fno-common -fweak-coalesced -fmessage-length=0 -I/sw/include -CXXFLAGSNO = $(CXXNOOPT) -Wall -W -pipe -fsigned-char -fno-common -fweak-coalesced -fmessage-length=0 -I/sw/include +CXXFLAGS = $(CXXOPT) -Wall -W -pipe -fsigned-char -fno-common -fweak-coalesced -fmessage-length=0 -I/sw/include -Wno-long-double #-Weffc++ -Woverloaded-virtual +CXXFLAGSNO = $(CXXNOOPT) -Wall -W -pipe -fsigned-char -fno-common -fweak-coalesced -fmessage-length=0 -I/sw/include -Wno-long-double CFLAGS = $(COPT) -Wall -W -fno-common -fweak-coalesced -pipe -I/sw/include FFLAGS = $(CLIBFOPT) $(FOPT) # rmkdepend flags for building dependencies of FORTRAN files @@ -38,12 +38,12 @@ LDFLAGS = $(OPT) $(DICTLOAD) SHLD := $(LD) SOFLAGS := -bundle -undefined dynamic_lookup -SHLIB := +SHLIB := -L/sw/lib -lg2c SOEXT := so DYLD := $(LD) DYFLAGS = -dynamiclib -undefined dynamic_lookup -single_module -DYLIB := +DYLIB := -L/sw/lib -lg2c DYEXT := dylib ALLD = ar -- 2.39.3