CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/12/28 02:52:54
Modified files:
mail/grommunio/gromox: Makefile
mail/kopano/core: Makefile
Log message:
define _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION in CXXFLAGS
these ports use devel/libvmime which is built with std=c++11 however
these ports require at least c++17 where unary and binary_function
are removed so adding this define brings back support for them in libcxx 16
