Imported from https://src.fedoraproject.org/cgit/rpms/webkitgtk4.git/plain/gcc7.patch Add to CXX flags since webkitgtk uses c++ compiler by default Fixes Source/JavaScriptCore/runtime/JSGenericTypedArrayView.h:119:67: error: no matching function for call to 'JSC::JSGenericTypedArrayView::vector() const' | return bitwise_cast(vector()); Signed-off-by: Khem Raj