[Bug 219275] [exp-run] Update GCC_DEFAULT from 5 to 6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 18 12:34:53 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219275
--- Comment #23 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rakuco
Date: Fri Aug 18 12:34:07 UTC 2017
New revision: 448224
URL: https://svnweb.freebsd.org/changeset/ports/448224
Log:
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.
Annoyingly, this port's build system mixes CFLAGS and CXXFLAGS, so we need to
pass -std=gnu++03 via CFLAGS for things to work properly.
PR: 219275
Changes:
head/devel/pwlib/Makefile
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list