aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-07-12 14:43:51 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-07-28 16:05:04 +0000
commitd746362f252158e184b43fc8f0220e7eafd11197 (patch)
tree346c0060d3c626c5ce200711d4eea3e1459d8fae /lang
parent95dc566fcf2541c053f46ed60b85b9455be5fbc7 (diff)
downloadports-d746362f252158e184b43fc8f0220e7eafd11197.tar.gz
ports-d746362f252158e184b43fc8f0220e7eafd11197.zip
lang/ghc*: Add unconditional BUILD_DEPENDS on libgmp.
Rerolled bootstraps are now using GMP-backed Integer's, so make sure we can run them on the build stage. (cherry picked from commit bf3eff78ea01a9ace36a31cf10538b24575f1396)
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 7a42d5888840..5ba3448cadbd 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 i386
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:math/gmp
+
USES= autoreconf compiler:c11 gmake \
ncurses perl5 python:build shebangfix \
tar:xz