summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-03 22:36:06 +0000
committerrillig <rillig@pkgsrc.org>2007-11-03 22:36:06 +0000
commit979968334c127bc69bb1c66aaa4649f0dc619696 (patch)
treec070330da41e78219d5a2ed11c95e08b7c748ee3 /graphics
parent16bab43988048c0152c512c1444c1c29dc6cb150 (diff)
downloadpkgsrc-979968334c127bc69bb1c66aaa4649f0dc619696.tar.gz
Added MAKE_JOBS_SAFE as suggested in PR 35043.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index 2052254baaa..77acd3701f3 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2007/08/15 15:56:12 joerg Exp $
+# $NetBSD: Makefile,v 1.56 2007/11/03 22:36:06 rillig Exp $
PKGNAME= MesaLib-${MESA_VERSION}
PKGREVISION= 3
@@ -29,6 +29,8 @@ PKGSRC_MAKE_ENV+= PTHREAD_STUBLIB=${PTHREAD_STUBLIB}
MAKE_ENV+= CROSS_COMPILING=yes
.endif
+MAKE_JOBS_SAFE= no
+
post-extract:
${CP} ${FILESDIR}/gen_matypes.awk ${WRKSRC}/src/mesa/x86
${CP} ${FILESDIR}/gen_matypes.sh ${WRKSRC}/src/mesa/x86