From ad450b5a8244258f75e1db6030e51b437129cee8 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sat, 20 Oct 2012 01:31:37 +0400 Subject: sci-physics/root: version bump Version bump in 5.32 and 5.34 branches. --- .../root/files/root-5.32.00-explicit-functions.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sci-physics/root/files/root-5.32.00-explicit-functions.patch (limited to 'sci-physics/root/files/root-5.32.00-explicit-functions.patch') 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 +- -- cgit v1.2.3-65-gdbad