svn commit: r501770 - head/lang/crystal

Antoine Brodin antoine at FreeBSD.org
Thu May 16 05:37:45 UTC 2019


Author: antoine
Date: Thu May 16 05:37:43 2019
New Revision: 501770
URL: https://svnweb.freebsd.org/changeset/ports/501770

Log:
  Attempt to unbreak INDEX on aarch64

Modified:
  head/lang/crystal/Makefile

Modified: head/lang/crystal/Makefile
==============================================================================
--- head/lang/crystal/Makefile	Thu May 16 05:11:57 2019	(r501769)
+++ head/lang/crystal/Makefile	Thu May 16 05:37:43 2019	(r501770)
@@ -53,10 +53,6 @@ BOOTSTRAP_OSREL=	12
 BOOTSTRAP_OSREL=	11
 .endif
 
-.if ${ARCH} == aarch64
-LLVM_VERSION=	50
-.endif
-
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD
 .endif


More information about the svn-ports-all mailing list