summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authorwrstuden <wrstuden@pkgsrc.org>1999-07-16 00:50:04 +0000
committerwrstuden <wrstuden@pkgsrc.org>1999-07-16 00:50:04 +0000
commite510d87971774000214682d9e033d39dfbb2afb0 (patch)
treec1430100caedb2fc1ae4357ddedd761d2cbb3518 /cross/COMMON
parentdff1ec61755197ff5a9c07981de59d5dc2e1974f (diff)
downloadpkgsrc-e510d87971774000214682d9e033d39dfbb2afb0.tar.gz
Added BUILD_DEPENDS+= autoheader:../../devel/autoconf as egcs build depends
on autoheader. Granted these packages aren't doing well, but this closes PR 7784 by Kazuki Sakamoto <sakamoto@netbsd.org>
Diffstat (limited to 'cross/COMMON')
-rw-r--r--cross/COMMON/cross.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk
index aed3413b8e0..31000d5637d 100644
--- a/cross/COMMON/cross.mk
+++ b/cross/COMMON/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.11 1999/05/21 09:37:07 mrg Exp $
+# $NetBSD: cross.mk,v 1.12 1999/07/16 00:50:04 wrstuden Exp $
# Shared definitions for building a cross-compile environment.
@@ -97,6 +97,7 @@ EGCS_INTVERSION= egcs-2.91.60
EGCS_PATCHBUNDLE= ${EGCS_DISTNAME}-NetBSD-19980104.diff.gz
EGCS_WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
EGCS_LANGUAGES= c # add to these below
+BUILD_DEPENDS+= autoheader:../../devel/autoconf
.if defined(EGCS_NO_RUNTIME) || defined(EGCS_FAKE_RUNTIME)
EGCS_NO_CXX_RUNTIME= yes