Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2016 23:35:36 +0200
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: Help with making a port C11 compliant
Message-ID:  <5d447285-1fef-6921-442e-3ab60b6ed7fc@utanet.at>
In-Reply-To: <572CC375.4020501@missouri.edu>
References:  <572CC375.4020501@missouri.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Write in the Makefiles of math/cln and math/GiNaC

USE_GCC=     4.7
(you can also use 4.8 or 5)
and
CXXFLAGS+=      -D_GLIBCXX_USE_C99

I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere 
in a 93amd64 jail (the test with 4.7 is running in the moment).
And it builds fine.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5d447285-1fef-6921-442e-3ab60b6ed7fc>