Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Aug 2017 10:56:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219489] net/mediatomb: fails to build with lang/gcc6 or later on 10.*
Message-ID:  <bug-219489-13-fYYo8EP84p@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219489-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219489-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=3D219489

--- Comment #2 from commit-hook@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=3Dgnu++11.

  This is a workaround for FreeBSD 10, whose libc++ does not have an overlo=
ad
for
  C++14's `operator delete(void*, size_t)'.

  Since GCC 6 uses -std=3Dgnu++14 by default, linking fails when a dependen=
cy
(such
  as taglib) is built with clang and lacking the overload. FreeBSD >=3D 11 =
is
fine.

  PR:           219489
  Approved by:  portmgr (blanket approval)

Changes:
  head/net/mediatomb/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-219489-13-fYYo8EP84p>