Date: Thu, 03 Aug 2017 15:14:05 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 219484] cad/openvsp: Fails to build with lang/gcc6 or later on 10.3 (< 11.0) Message-ID: <bug-219484-29464-voZlvjLqbB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219484-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-219484-29464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 --- Comment #24 from commit-hook@freebsd.org --- A commit references this bug: Author: feld Date: Thu Aug 3 15:13:32 UTC 2017 New revision: 447224 URL: https://svnweb.freebsd.org/changeset/ports/447224 Log: MFH: r446855 Explicitly build with -std=gnu++11. This fixes the build with GCC 6, which switched its default from -std=gnu++98 to -std=gnu++14. With this switch, it added a `operator delete(void*, size_t)' overload and uses it for all delete calls. This does not play well with dependencies built with other compilers (such as base clang), which use the old operator delete overload and cause linking errors. PR: 219484 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: ports-secteam (with hat) Changes: _U branches/2017Q3/ branches/2017Q3/cad/openvsp/Makefile -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219484-29464-voZlvjLqbB>
