summaryrefslogtreecommitdiff
path: root/lang/pcc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2009-08-01 20:37:05 +0000
committerdholland <dholland@pkgsrc.org>2009-08-01 20:37:05 +0000
commit6edb34eb045b3c1c8e1f243c9b61eabc5dc4eac3 (patch)
treec9481de2ac735cbcf50a61eddad52f9b264eed12 /lang/pcc
parent0889e81c9de56130c5a7bc7acbd39a98233f91fb (diff)
downloadpkgsrc-6edb34eb045b3c1c8e1f243c9b61eabc5dc4eac3.tar.gz
USE_TOOLS+=gmake, same as pcc-current, for the same reason. Fixes PR 38964.
Diffstat (limited to 'lang/pcc')
-rw-r--r--lang/pcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile
index 2d94d3f73d9..60e854c5d3f 100644
--- a/lang/pcc/Makefile
+++ b/lang/pcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/04/30 20:17:03 zafer Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/01 20:37:05 dholland Exp $
DISTNAME= pcc-0.9.9
CATEGORIES= lang
@@ -13,6 +13,8 @@ HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Portable C compiler
USE_TOOLS+= lex yacc
+# XXX For some reason building with bmake fails randomly.
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no