diff options
author | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
commit | 782b73a94b268d9a265dc53ec32ec90b79b24121 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /lang/gcc | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 61a1bcf367a..9c69953047c 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/03/24 23:41:20 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/03/27 08:54:58 tron Exp $ DISTNAME= gcc-2.95.2 CATEGORIES= lang @@ -19,14 +19,15 @@ BROKEN= package needs more work, see "Makefile". # working on other platforms please add them. ONLY_FOR_PLATFORM= NetBSD-1.4[E-Z]-i386 NetBSD-1.[5-9]*-i386 -GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_SCRIPT= ../${DISTNAME}/configure - +GNU_CONFIGURE= yes +CONFIGURE_SCRIPT= ${SRCDIR}/configure CONFIGURE_ARGS+= --with-gnu-as --with-gnu-ld -WRKSRC= ${WRKDIR}/obj-${MACHINE_GNU_PLATFORM} -CONFDIR= ${WRKDIR}/${DISTNAME}/gcc/config +SRCDIR= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/objdir + +CONFDIR= ${SRCDIR}/gcc/config # Files taken from "src/gnu/dist/gcc/config". CONFFILES= i386_netbsd-elf.h i386_netbsd.h |