Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 10:40:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 245112] math/flint2 : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:tools.h:25:23: error: type_traits: No such file or directory
Message-ID:  <bug-245112-25139-y48lBmJoph@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245112-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245112-25139@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=3D245112

--- Comment #4 from Thierry Thomas <thierry@FreeBSD.org> ---
To patch:
- detach the proposed patch as e.g. /tmp/245112.diff
- cd /usr/ports/math/flint2
- patch < /tmp/245112.diff

Or maybe easier in this case:
- open the Makefile in your $EDITOR
- replace the line
  USES=3D          gmake
 by
  USES=3D          compiler:c++11-lang gmake

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245112-25139-y48lBmJoph>