diff options
author | dholland <dholland@pkgsrc.org> | 2009-08-01 20:37:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2009-08-01 20:37:05 +0000 |
commit | c1344127036779fc73e5f5c08ba9ac7c782444eb (patch) | |
tree | c9481de2ac735cbcf50a61eddad52f9b264eed12 /lang | |
parent | e196767779a6403592d64075e048002b58fb01b4 (diff) | |
download | pkgsrc-c1344127036779fc73e5f5c08ba9ac7c782444eb.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 |