Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Aug 2017 15:41:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219297] cad/freehdl: fails to build with lang/gcc6 or later
Message-ID:  <bug-219297-13-MNQfY1qDlb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219297-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219297-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=3D219297

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Wed Aug  2 15:40:46 UTC 2017
New revision: 447114
URL: https://svnweb.freebsd.org/changeset/ports/447114

Log:
  Explicitly build with -std=3Dgnu++03.

  GCC 6 changed its default from -std=3Dgnu++03 to -std=3Dgnu++14, and this=
 port's
  code is not compatible with C++11. Since the project looks abandoned
upstream,
  it makes more sense to just continue building with an older C++ standard.

  PR:           219297
  Approved by:  portmgr (blanket approval)

Changes:
  head/cad/freehdl/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-219297-13-MNQfY1qDlb>