Date: Fri, 28 Jul 2017 21:45:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219484] cad/openvsp: Fails to build with lang/gcc6 or later on 10.3 (< 11.0) Message-ID: <bug-219484-13-DfU1e4LWjJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219484-13@https.bugs.freebsd.org/bugzilla/> References: <bug-219484-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219484 --- Comment #20 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Fri Jul 28 21:45:45 UTC 2017 New revision: 446855 URL: https://svnweb.freebsd.org/changeset/ports/446855 Log: Explicitly build with -std=3Dgnu++11. This fixes the build with GCC 6, which switched its default from -std=3Dg= nu++98 to -std=3Dgnu++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 t= he old operator delete overload and cause linking errors. PR: 219484 Submitted by: fernando.apesteguia@gmail.com (maintainer) MFH: 2017Q3 Changes: head/cad/openvsp/Makefile --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219484-13-DfU1e4LWjJ>