diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /devel/i386-rtems-gcc | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Notes
Diffstat (limited to 'devel/i386-rtems-gcc')
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index 221514f930db..a06f2a2815f6 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -39,16 +39,13 @@ NEWLIBNAME= newlib-1.11.0 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} USE_GETTEXT= yes -# autoheader is used by the port but autoconf is not, setting USE_AUTOCONF -# will break the port. Since USE_AUTOHEADER sets USE_AUTOCONF, this is -# likely to break the port also. -BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ - ${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \ +BUILD_DEPENDS= ${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \ ${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils RUN_DEPENDS= ${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \ ${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils PKGNAMEPREFIX= ${LCLTARGET}- +WANT_AUTOHEADER_VER=253 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |