Skip to content

Commit

Permalink
lang/ghc: Try to unbreak on AArch64 by pulling a patch from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Mar 23, 2024
1 parent 88cc6ec commit 81243cb
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 3 deletions.
4 changes: 1 addition & 3 deletions lang/ghc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ghc
PORTVERSION= ${GHC_VERSION}
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= lang haskell
MASTER_SITES= https://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
LOCAL/arrowd/:boot
Expand All @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

ONLY_FOR_ARCHS= aarch64 amd64 i386

BROKEN_FreeBSD_14_aarch64= https://gitlab.haskell.org/ghc/ghc/-/issues/24580

BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:math/gmp

USES= autoreconf compiler:c11 gmake \
Expand Down

0 comments on commit 81243cb

Please sign in to comment.