svn commit: r395079 - in head/graphics: . mitsuba mitsuba/files

Mathieu Arnold mat at FreeBSD.org
Sun Aug 23 21:43:32 UTC 2015


+--On 23 août 2015 08:56:58 +0000 Alexey Dokuchaev <danfe at FreeBSD.org>
wrote:
| +# Unfortunately, the code is not GCC 4.2.1 compatible (due to bugs in GCC
| +# itself).  Try to use system compiler if it is Clang, otherwise fallback
| +# to modern GCC (on older versions of FreeBSD).
| +.if ${OSVERSION} < 900014
| +USE_GCC=	yes

OSVERSION < 900014 will always be false.  Please, don't add more checks on
unsupported versions.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150823/4096fbca/attachment.bin>


More information about the svn-ports-all mailing list