aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2013-12-05 21:07:45 +0400
committerAndrew Savchenko <bircoph@gmail.com>2013-12-05 21:07:45 +0400
commit9befbea7304e0ca846512fe8aa6fed392d8e2243 (patch)
tree0ee38abef29a3455bfafc69a62edead7ce6a828f /sci-physics/root/files/root-5.32.00-explicit-functions.patch
parentMake gromacs 9999 build manual again (diff)
downloadsci-9befbea7304e0ca846512fe8aa6fed392d8e2243.tar.gz
sci-9befbea7304e0ca846512fe8aa6fed392d8e2243.tar.bz2
sci-9befbea7304e0ca846512fe8aa6fed392d8e2243.zip
sci-physics/root: version bump and fixes
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.patch18
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
--