HomeFreeBSD

Explicitly pass -std=gnu++03 to the compiler.

Description

Explicitly pass -std=gnu++03 to the compiler.

This fixes the build with GCC 6, which defaults to -std=gnu++14. The port's
code does not work with C++11 or later.

PR: 219275

Details

Provenance
rakucoAuthored on
Parents
rP448224: Explicitly pass -std=gnu++03 to the compiler.
Branches
Unknown
Tags
Unknown