diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-06-24 21:08:21 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-06-24 21:08:21 +0800 |
commit | 8ed4dae5c2d8b2101f78fa99e93b1f03d19d35d7 (patch) | |
tree | 32ad749de7af521a69ccef3748a00c30216506eb /math | |
parent | 33b5fe393701fed5ac361391cbe4da80e8271255 (diff) | |
download | freebsd-ports-gnome-8ed4dae5c2d8b2101f78fa99e93b1f03d19d35d7.tar.gz freebsd-ports-gnome-8ed4dae5c2d8b2101f78fa99e93b1f03d19d35d7.tar.zst freebsd-ports-gnome-8ed4dae5c2d8b2101f78fa99e93b1f03d19d35d7.zip |
- Remove always true condition
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index ca6eaad39223..514e28cb521b 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -23,7 +23,7 @@ NOT_FOR_ARCHS= i386 armv6 .include <bsd.port.pre.mk> # need clang 3.2+ or GCC 4.4+ -.if exists(/usr/bin/clang) && ${OSVERSION} > 901505 +.if exists(/usr/bin/clang) CC= /usr/bin/clang .else USE_GCC= yes |