diff options
author | dholland <dholland> | 2009-08-01 20:37:05 +0000 |
---|---|---|
committer | dholland <dholland> | 2009-08-01 20:37:05 +0000 |
commit | 45f36913eec360929c9a2ca4e0e8f9e0bd035f5f (patch) | |
tree | c9481de2ac735cbcf50a61eddad52f9b264eed12 /lang | |
parent | 2e012017cfc0fa4c581d7e06db6bc10f462b7fc8 (diff) | |
download | pkgsrc-45f36913eec360929c9a2ca4e0e8f9e0bd035f5f.tar.gz |
USE_TOOLS+=gmake, same as pcc-current, for the same reason. Fixes PR 38964.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pcc/Makefile | 4 |
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 |