diff options
author | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
commit | abc87d0c357422181c7606b270d496816179270f (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /graphics/mitsuba | |
parent | 94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff) | |
download | freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'graphics/mitsuba')
-rw-r--r-- | graphics/mitsuba/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/mitsuba/Makefile b/graphics/mitsuba/Makefile index bf38a72a7a02..35e09411fac1 100644 --- a/graphics/mitsuba/Makefile +++ b/graphics/mitsuba/Makefile @@ -41,11 +41,8 @@ FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} .include <bsd.port.pre.mk> # 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 -.elif ${OSVERSION} < 1000024 +# itself). Use system compiler if it is Clang. +.if ${OSVERSION} < 1000024 CC= clang CXX= clang++ CPP= clang-cpp |