Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2014 17:11:29 +0100
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com>
To:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   compiler:c++11-lib option
Message-ID:  <CAGwOe2a7Y6FfJnH7LnZZVJaE51aOOMRSP-dOHGcBcJU7iN-N=Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

I'm having some troubles making graphics/code-eli to compile on
anything below 10.0-RELEASE. The port uses some c++11 functions
(std::cbrt) so I put this line in the Makefile:

USES=           compiler:c++11-lib

However, when I try to compile the port in 9.3, it complains about
cstdlib not being found.

Am I using the option in correctly? What is the expected behavior for
a port that specifies that option in anything below 10?

Thanks in advance.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2a7Y6FfJnH7LnZZVJaE51aOOMRSP-dOHGcBcJU7iN-N=Q>