svn commit: r417418 - head/math/p5-Math-Int128

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 24 13:08:23 UTC 2016


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


More information about the svn-ports-head mailing list