aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2014-03-23 16:55:15 +0800
committerpgj <pgj@FreeBSD.org>2014-03-23 16:55:15 +0800
commitfbe76c649edf5b245a4b06678343822f9b54e76f (patch)
treeb2652aec1a37892b894ecf7b371f89d0076f5a0e
parent4ae45b6f852b3ec87f4b6ceecbc01abc29111da0 (diff)
downloadfreebsd-ports-gnome-fbe76c649edf5b245a4b06678343822f9b54e76f.tar.gz
freebsd-ports-gnome-fbe76c649edf5b245a4b06678343822f9b54e76f.tar.zst
freebsd-ports-gnome-fbe76c649edf5b245a4b06678343822f9b54e76f.zip
- Limit built parallelism as GHC is not fully jobs-safe
PR: ports/186829 Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> Obtained from: FreeBSD Haskell
-rw-r--r--lang/ghc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 989aa015a35d..ddc4d8b695fa 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -15,6 +15,8 @@ COMMENT= Compiler for the functional language Haskell
ONLY_FOR_ARCHS= i386 amd64
+MAKE_JOBS_NUMBER_LIMIT= 4
+
GHC_VERSION= ${PORTVERSION}
HSCOLOUR_VERSION= 1.20.3