Skip to content

Commit

Permalink
lang/ghc: Try to fix build on aarch64.
Browse files Browse the repository at this point in the history
Reported by:	pkg-fallout
  • Loading branch information
arrowd committed May 7, 2023
1 parent e00ade2 commit b304ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ghc/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit b304ff4

Please sign in to comment.