Date: Tue, 04 Jun 2013 20:56:13 +0930 From: Shane Ambler <FreeBSD@ShaneWare.Biz> To: FreeBSD-ports <freebsd-ports@freebsd.org> Subject: Change when using gcc48 Message-ID: <51ADCED5.8000605@ShaneWare.Biz>
next in thread | raw e-mail | index | archive | help
As the port maintainer of graphics/openimageio I have come across a change when building with gcc48. The current version of openimageio compiles fine with clang gcc and gcc46, but when compiled with gcc48 the unlink function is not defined. The simple solution is to add #include <unistd.h> to the source file but why is this only needed for gcc48? Is this an intended change?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51ADCED5.8000605>