[Bug 219489] net/mediatomb: fails to build with lang/gcc6 or later on 10.*
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 5 10:56:44 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219489
--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rakuco
Date: Sat Aug 5 10:56:37 UTC 2017
New revision: 447398
URL: https://svnweb.freebsd.org/changeset/ports/447398
Log:
Explicitly build with -std=gnu++11.
This is a workaround for FreeBSD 10, whose libc++ does not have an overload
for
C++14's `operator delete(void*, size_t)'.
Since GCC 6 uses -std=gnu++14 by default, linking fails when a dependency
(such
as taglib) is built with clang and lacking the overload. FreeBSD >= 11 is
fine.
PR: 219489
Approved by: portmgr (blanket approval)
Changes:
head/net/mediatomb/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list