git: b304ff4bbec4 - main - lang/ghc: Try to fix build on aarch64.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 May 2023 09:47:59 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=b304ff4bbec494f686ada99924ca7641be4a02ad commit b304ff4bbec494f686ada99924ca7641be4a02ad Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-07 09:47:27 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-07 09:47:55 +0000 lang/ghc: Try to fix build on aarch64. Reported by: pkg-fallout --- lang/ghc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index b8030fdcb8de..ed05ab3b02ad 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -118,7 +118,7 @@ SHEBANG_FILES+= hadrian/bootstrap/bootstrap.py HADRIAN_CMD= ${WRKSRC}/hadrian/bootstrap/_build/bin/hadrian ${HADRIAN_DOCS_ARG} ${HADRIAN_GMP_ARG} DO_MAKE_BUILD= ${SETENV} ${MAKE_ENV} ${HADRIAN_CMD} ${_MAKE_JOBS} --flavour=ports ALL_TARGET= binary-dist-dir -INSTALL_WRKSRC= ${WRKSRC}/_build/bindist/ghc-${GHC_VERSION}-${GHC_ARCH}-portbld-freebsd +INSTALL_WRKSRC= ${WRKSRC}/_build/bindist/ghc-${GHC_VERSION}-${CONFIGURE_TARGET} INSTALL_TARGET= install PLIST= ${.CURDIR}/pkg-plist.hadrian