diff options
Diffstat (limited to 'sci-physics/root/files/root-xrootd-flags.patch')
-rw-r--r-- | sci-physics/root/files/root-xrootd-flags.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-physics/root/files/root-xrootd-flags.patch b/sci-physics/root/files/root-xrootd-flags.patch deleted file mode 100644 index ed4ef22dfa37..000000000000 --- a/sci-physics/root/files/root-xrootd-flags.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- xrootd/Module.mk.orig 2008-01-17 17:16:53.152329508 +0000 -+++ xrootd/Module.mk 2008-01-17 17:18:27.318594421 +0000 -@@ -77,6 +77,9 @@ - gunzip -c $(XROOTDVERS).src.tgz | tar xf -; \ - etag=`basename $(XROOTDETAG)` ; \ - touch $$etag ; \ -+ sed -i \ -+ -e 's:$$(CFOP):$$(CFOP) $$(OPTFLAGS):g' \ -+ xrootd/config/GNUmake.env.in ; \ - fi) - ifeq ($(PLATFORM),win32) - @(if [ -d $(XROOTDDIRD)/pthreads-win32 ]; then \ |