diff options
author | 2012-03-09 05:09:14 +0400 | |
---|---|---|
committer | 2012-03-09 05:09:14 +0400 | |
commit | 16ab2a5dc87362afee72c6a74b4cfb0f96b51190 (patch) | |
tree | 46f713abc799906ac687bffa21155498a2a7e9d0 /sci-physics/root/files/root-5.32.00-explicit-functions.patch | |
parent | sys-cluster/blcr: update SRC_HOME, SRC_URI and added a check for kernel versi... (diff) | |
download | sci-16ab2a5dc87362afee72c6a74b4cfb0f96b51190.tar.gz sci-16ab2a5dc87362afee72c6a74b4cfb0f96b51190.tar.bz2 sci-16ab2a5dc87362afee72c6a74b4cfb0f96b51190.zip |
sci-physics/root: version bump and bugfix
Version bump for 5.26 and 5.28 branches.
Hopefully fix bug 386905 for all branches.
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, 18 insertions, 0 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 new file mode 100644 index 000000000..570d61e68 --- /dev/null +++ b/sci-physics/root/files/root-5.32.00-explicit-functions.patch @@ -0,0 +1,18 @@ +--- 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 +- |