svn commit: r563113 - head/lang/ghc

Mikael Urankar mikael at FreeBSD.org
Thu Jan 28 07:38:21 UTC 2021


Author: mikael
Date: Thu Jan 28 07:38:20 2021
New Revision: 563113
URL: https://svnweb.freebsd.org/changeset/ports/563113

Log:
  lang/ghc: arm requires clang90 to build
  
  PR:		252166
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Thu Jan 28 05:36:56 2021	(r563112)
+++ head/lang/ghc/Makefile	Thu Jan 28 07:38:20 2021	(r563113)
@@ -151,6 +151,7 @@ RUN_DEPENDS+=		llc${LLVM_VERSION}:devel/llvm${LLVM_VER
 # Keep in sync with LLVM_VERSION
 BINARY_ALIAS=		llc-9.0=llc90 \
 			opt-9.0=opt90
+CC=			clang90
 
 # When GHC being compiled and GHC used for bootstrapping support different
 # LLVM versions, we have to pull in both. Luckily, this is relatively rare.


More information about the svn-ports-all mailing list