diff options
author | 2012-07-21 21:11:40 +0400 | |
---|---|---|
committer | 2012-07-21 21:11:40 +0400 | |
commit | 7ed79edb194c4c6625804dad7ca17109ef56967a (patch) | |
tree | 46c5b1cd8359f1fdb50383a5beee84f1cbf8ca9a /sci-physics/root/files/root-5.32.00-explicit-functions.patch | |
parent | sci-libs/armadillo: Adapted for new atlas (diff) | |
download | sci-7ed79edb194c4c6625804dad7ca17109ef56967a.tar.gz sci-7ed79edb194c4c6625804dad7ca17109ef56967a.tar.bz2 sci-7ed79edb194c4c6625804dad7ca17109ef56967a.zip |
sci-physics/root: fix bug 426432
Diffstat (limited to 'sci-physics/root/files/root-5.32.00-explicit-functions.patch')
-rw-r--r-- | sci-physics/root/files/root-5.32.00-explicit-functions.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-physics/root/files/root-5.32.00-explicit-functions.patch b/sci-physics/root/files/root-5.32.00-explicit-functions.patch deleted file mode 100644 index 570d61e68..000000000 --- a/sci-physics/root/files/root-5.32.00-explicit-functions.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- root/io/io/Module.mk.orig 2012-02-29 19:46:38.000000000 +0400 -+++ root/io/io/Module.mk 2012-03-09 02:29:19.905665572 +0400 -@@ -67,15 +67,5 @@ - distclean:: distclean-$(MODNAME) - - ##### extra rules ###### --#ifeq ($(GCC_VERS_FULL),gcc-4.4.0) --ifeq ($(GCC_VERS),gcc-4.4) --ifneq ($(filter -O%,$(OPT)),) - $(call stripsrc,$(IODIRS)/TStreamerInfoReadBuffer.o): CXXFLAGS += -DR__EXPLICIT_FUNCTION_INSTANTIATION --endif --endif --ifeq ($(GCC_VERS),gcc-4.5) --ifneq ($(filter -O%,$(OPT)),) - $(call stripsrc,$(IODIRS)/TStreamerInfoReadBuffer.o): CXXFLAGS += -DR__EXPLICIT_FUNCTION_INSTANTIATION --endif --endif -- |