Index: head/science/gnudatalanguage/files/patch-src_specializations.hpp =================================================================== --- head/science/gnudatalanguage/files/patch-src_specializations.hpp (nonexistent) +++ head/science/gnudatalanguage/files/patch-src_specializations.hpp (revision 448025) @@ -0,0 +1,22 @@ +Fix the build with GCC 6 (bug 219300). + +Obtained from: https://sourceforge.net/p/gnudatalanguage/bugs/688/#4622 +--- src/specializations.hpp.orig 2017-08-15 19:53:08 UTC ++++ src/specializations.hpp +@@ -534,16 +534,6 @@ void Data_::MinMax( DLong* minE, DLong* max + + // default_io.cpp + template<> +-std::istream& operator>>(std::istream& i, Data_& data_); +-template<> +-std::istream& operator>>(std::istream& i, Data_& data_); +-template<> +-std::istream& operator>>(std::istream& i, Data_& data_); +-template<> +-std::istream& operator>>(std::istream& i, Data_& data_); +-template<> +-std::istream& operator>>(std::istream& is, Data_& data_); +-template<> + std::ostream& Data_::ToStream(std::ostream& o, SizeT w, SizeT* actPosPtr); + template<> + std::ostream& Data_::ToStream(std::ostream& o, SizeT w, SizeT* actPosPtr); Property changes on: head/science/gnudatalanguage/files/patch-src_specializations.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property