freebsd-ports/devel/root/files/patch-base::src::TMath.cxx
Pav Lucistnik 8a185b6142 - Update to 5.02
PR:		ports/84012
Submitted by:	Simon Lang <simon@lang-clan.de> (maintainer)
2005-07-27 15:50:17 +00:00

19 lines
578 B
C++

*** base/src/TMath.cxx.orig Mon Jun 13 15:31:57 2005
--- base/src/TMath.cxx Sat Jul 9 19:38:38 2005
***************
*** 31,37 ****
const Int_t kWorkMax = 100;
// Without this macro the THtml doc for TMath can not be generated
! #if !defined(R__ALPHA) && !defined(R__SOLARIS) && !defined(R__ACC)
NamespaceImp(TMath)
#endif
--- 31,37 ----
const Int_t kWorkMax = 100;
// Without this macro the THtml doc for TMath can not be generated
! #if !defined(R__ALPHA) && !defined(R__SOLARIS) && !defined(R__ACC) && !defined(R__FBSD)
NamespaceImp(TMath)
#endif