Date: Fri, 24 Jun 2016 13:08:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417418 - head/math/p5-Math-Int128 Message-ID: <201606241308.u5OD8LLu001291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 24 13:08:21 2016 New Revision: 417418 URL: https://svnweb.freebsd.org/changeset/ports/417418 Log: - Remove always true condition Approved by: portmgr blanket Modified: head/math/p5-Math-Int128/Makefile Modified: head/math/p5-Math-Int128/Makefile ============================================================================== --- head/math/p5-Math-Int128/Makefile Fri Jun 24 11:50:47 2016 (r417417) +++ head/math/p5-Math-Int128/Makefile Fri Jun 24 13:08:21 2016 (r417418) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606241308.u5OD8LLu001291>