pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/pcc USE_TOOLS+=gmake, same as pcc-current, for th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e9a2f7be9f0
branches: trunk
changeset: 396726:9e9a2f7be9f0
user: dholland <dholland%pkgsrc.org@localhost>
date: Sat Aug 01 20:37:05 2009 +0000
description:
USE_TOOLS+=gmake, same as pcc-current, for the same reason. Fixes PR 38964.
diffstat:
lang/pcc/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 19b0755bd41d -r 9e9a2f7be9f0 lang/pcc/Makefile
--- a/lang/pcc/Makefile Sat Aug 01 20:19:37 2009 +0000
+++ b/lang/pcc/Makefile Sat Aug 01 20:37:05 2009 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index