root/root-usa.patch
Mattias Ellert 57e8c20a99 Update to 5.34.20
- Re-enable xrootd support for F21+ and EPEL7 (now ported to xrootd 4)
- Do not depend on wine's fonts
- Drop patch root-gccopt.patch
2014-08-20 05:24:01 +02:00

13 lines
633 B
Diff

diff -ur root-5.34.19.orig/hist/histpainter/src/THistPainter.cxx root-5.34.19/hist/histpainter/src/THistPainter.cxx
--- root-5.34.19.orig/hist/histpainter/src/THistPainter.cxx 2014-07-09 16:50:16.000000000 +0200
+++ root-5.34.19/hist/histpainter/src/THistPainter.cxx 2014-07-26 23:01:20.083002118 +0200
@@ -2305,7 +2305,8 @@
TH2Poly *p = new TH2Poly("USA","USA Population",lon1,lon2,lat1,lat2);
TFile *f;
- f = TFile::Open("http://root.cern.ch/files/usa.root");
+ // f = TFile::Open("http://root.cern.ch/files/usa.root");
+ f = TFile::Open("$(ROOTSYS)/tutorials/hist/usa.root");
TMultiGraph *mg;
TKey *key;