diff options
author | 2013-01-22 02:31:03 +0400 | |
---|---|---|
committer | 2013-01-22 02:31:03 +0400 | |
commit | 21d42709772f069ee251b1b82d412f727b77c63f (patch) | |
tree | de36d74c7011f82fc2a3fc910f1fe8fb6c37b40d /sci-physics/root/files/root-5.32.00-explicit-functions.patch | |
parent | sci-chemistry/gromacs: use cuda.eclass (diff) | |
download | sci-21d42709772f069ee251b1b82d412f727b77c63f.tar.gz sci-21d42709772f069ee251b1b82d412f727b77c63f.tar.bz2 sci-21d42709772f069ee251b1b82d412f727b77c63f.zip |
Fix bug 452806
Honor system *FLAGS for all build objects.
Remove old version and old patches.
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 -- |