Author: osallou-guest Date: 2011-05-03 10:22:21 +0000 (Tue, 03 May 2011) New Revision: 6754
Modified: trunk/packages/ncbi-blast-plus/trunk/debian/patches/fix_gcc46_include_error Log: gcc4.6 does not accept anymore such mutable Modified: trunk/packages/ncbi-blast-plus/trunk/debian/patches/fix_gcc46_include_error =================================================================== --- trunk/packages/ncbi-blast-plus/trunk/debian/patches/fix_gcc46_include_error 2011-05-03 10:10:52 UTC (rev 6753) +++ trunk/packages/ncbi-blast-plus/trunk/debian/patches/fix_gcc46_include_error 2011-05-03 10:22:21 UTC (rev 6754) @@ -1,6 +1,7 @@ Subject: GCC 4.6 compilation error due to missing def * include/corelib/ncbistre.hpp: Add stddef definition required by gcc4.6 + * src/objtools/blast/seqdb_reader/seqdbimpl.hpp: remove mutable reference Author: Olivier Sallou <[email protected]> Last-Update: 2011-05-03 @@ -14,3 +15,14 @@ // (BEGIN_NCBI_SCOPE must be followed by END_NCBI_SCOPE later in this file) +--- a/src/objtools/blast/seqdb_reader/seqdbimpl.hpp ++++ b/src/objtools/blast/seqdb_reader/seqdbimpl.hpp +@@ -1245,7 +1245,7 @@ + CSeqDBAtlasHolder m_AtlasHolder; + + /// Reference to memory management layer. +- mutable CSeqDBAtlas & m_Atlas; ++ CSeqDBAtlas & m_Atlas; + + /// The list of database names provided to the constructor. + string m_DBNames; _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
