diff options
Diffstat (limited to 'sci-physics/root/files/root-5.16.00-flags.patch')
-rw-r--r-- | sci-physics/root/files/root-5.16.00-flags.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-physics/root/files/root-5.16.00-flags.patch b/sci-physics/root/files/root-5.16.00-flags.patch deleted file mode 100644 index 05bf8e7531f8..000000000000 --- a/sci-physics/root/files/root-5.16.00-flags.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- xrootd/config/GNUmake.env.in.orig 2007-12-13 09:23:25.041447494 +0000 -+++ xrootd/config/GNUmake.env.in 2007-12-13 09:24:10.056012728 +0000 -@@ -22,8 +22,8 @@ - LIBDIR = ../../lib$(ARCHDIR) - OBJDIR = ../../obj$(ARCHDIR) - --CFLAGS = $(CF64) $(CFOP) -DXrdDEBUG=$(XrdDEBUG) --CFLAGS32 = $(CF32) $(CFOP) -DXrdDEBUG=$(XrdDEBUG) -+CFLAGS = $(CF64) $(OPTFLAGS) $(CFOP) -DXrdDEBUG=$(XrdDEBUG) -+CFLAGS32 = $(CF32) $(OPTFLAGS) $(CFOP) -DXrdDEBUG=$(XrdDEBUG) - - # Extra flags - CFTRACE = @tracedbg@ |