From c705121cecdad44da414f1e7dc56cb7fd1342535 Mon Sep 17 00:00:00 2001 From: jschauma Date: Mon, 26 May 2003 20:50:36 +0000 Subject: Remove build-dependency on bison by applying patch from Todd Vierling provided in PR pkg/21227, which applies for lang/gcc as well as lang/gcc3. --- lang/gcc/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index bd289161f9d..3cd3072d511 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2003/05/02 08:22:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.57 2003/05/26 20:50:36 jschauma Exp $ # Make sure that the version number in "Makefile.gcc" matches this. DISTNAME= gcc-2.95.3 @@ -17,8 +17,6 @@ NOT_FOR_PLATFORM= Darwin-*-* PATCH_SITES= ${MASTER_SITE_LOCAL} PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_GMAKE= YES @@ -84,8 +82,7 @@ post-extract: pre-configure: ${MKDIR} ${BUILD_DIRS} - ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/gcc/c-gperf.h - ${ECHO} "bogus" > ${WRKSRC}/gcc/cstamp-h.in + cd ${WRKSRC} && contrib/egcs_update --touch post-build: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/gcc.mk > ${WRKDIR}/gcc.mk -- cgit v1.2.3