summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2007-08-10 08:25:58 +0000
committerpooka <pooka@pkgsrc.org>2007-08-10 08:25:58 +0000
commit37ccd33e4864ee296de9662bf5dfc7952b0a90d2 (patch)
treeab59ca57cdbb338a72c18b84999f35527dfe1db8 /lang
parent78a84ed1548b904052838a8bc2bcf12fa84c2b73 (diff)
downloadpkgsrc-37ccd33e4864ee296de9662bf5dfc7952b0a90d2.tar.gz
add MAKE_JOBS_SAFE=no
patch from Aleksej Saushev in PR pkg/36752
Diffstat (limited to 'lang')
-rw-r--r--lang/mzscheme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mzscheme/Makefile b/lang/mzscheme/Makefile
index e96f57db9d6..fab9c7cc454 100644
--- a/lang/mzscheme/Makefile
+++ b/lang/mzscheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/06/07 13:01:34 pooka Exp $
+# $NetBSD: Makefile,v 1.19 2007/08/10 08:25:58 pooka Exp $
DISTNAME= mz-360-src-unix
PKGNAME= mzscheme-360
@@ -19,6 +19,7 @@ CONFIGURE_SCRIPT= ./configure
# causes the build to use libtool
CONFIGURE_ARGS= --enable-shared
USE_LIBTOOL= yes
+MAKE_JOBS_SAFE= no
ONLY_FOR_PLATFORM= NetBSD-*-i386
ONLY_FOR_PLATFORM+= Linux-*-i386