Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aria2: Add missing
ENV.cxx11
in the install block so the `-std=c++1…
…1` flag will be correctly passed on to GCC. This depends on changes to ENV (superenv / stdenv) made in PR #767. Interestingly, aria2 actually builds fine even without `ENV.cxx11` being present… but including it is a much better / "proper" way to do this.
- Loading branch information