K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-04-17T10:50:39.039363Z K 7 svn:log V 274 MFH: r531918 comms/openzwave-devel: fix build on GCC architectures Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Adding MAKE_ARGS+= CXX="${CXX}" is necessary because CXX is set up in Makefile. Approved by: portmgr (fix build blanket) END