[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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 28 10:41:03 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245112

--- Comment #4 from Thierry Thomas <thierry at 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=          gmake
 by
  USES=          compiler:c++11-lang gmake

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


More information about the freebsd-ppc mailing list