Date: Thu, 16 May 2019 05:37:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501770 - head/lang/crystal Message-ID: <201905160537.x4G5bicG023139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905160537.x4G5bicG023139>