diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-10 20:45:38 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-10 20:45:38 +0000 |
commit | 94dd58691bff3bfecd21274b284e2eddc1e31288 (patch) | |
tree | a18bf7e0d1ba31f36dc4d8fd688c0e94a2312f7b /devel/avr-gcc | |
parent | Add libfpx 1.2.0, library routines for working with Flashpix images. (diff) |
Didn't notice before that this port actually uses GNU autoconf... This
should fix the port build on bento.
Still doesn't want to be built on the alpha arch, i'm not sure whether
i'll be able to fix that or whether i'll have to exclude it from the
alpha build. In theory, since it's a cross-compiler already anyway, it
should be possible to build it on non-i386 platforms as well.
Notes
Notes:
svn path=/head/; revision=39466
Diffstat (limited to 'devel/avr-gcc')
-rw-r--r-- | devel/avr-gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 0141a8d741c2..118d986e89f3 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} # the original master site still uses .gz. #USE_BZIP2= yes USE_GMAKE= yes +USE_AUTOCONF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr |