diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-05-26 20:50:36 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-05-26 20:50:36 +0000 |
commit | fc313570c4e075c2056a1b8b9ecc80416db12bc1 (patch) | |
tree | 3456f0d543954eb3cf52c93579af018985f75086 /lang/gcc/Makefile | |
parent | c3828425aa650a8f797f1a9d05cd5e916c7dd92f (diff) | |
download | pkgsrc-fc313570c4e075c2056a1b8b9ecc80416db12bc1.tar.gz |
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.
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |