diff options
author | cjep <cjep> | 2002-04-20 18:18:50 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-04-20 18:18:50 +0000 |
commit | 4b1511b324cc6e6d0742d34078abc62accee3754 (patch) | |
tree | 8a271dec9d97cf3c1b7cf54c138943b4da8c7736 /news/inn | |
parent | bbf22be2bd22cc8a21f8895f5633c542ba498059 (diff) | |
download | pkgsrc-4b1511b324cc6e6d0742d34078abc62accee3754.tar.gz |
On arm32, use gcc-2.95.3 to avoid internal egcs errors.
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index e908d82e73d..4203eec4c96 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/10/20 17:31:44 veego Exp $ +# $NetBSD: Makefile,v 1.32 2002/04/20 18:18:50 cjep Exp $ DISTNAME= inn-2.3.2 CATEGORIES= news @@ -47,6 +47,10 @@ CONFIGURE_ARGS+= --with-sendmail=/usr/lib/sendmail CONFIGURE_ARGS+= --with-sendmail=/usr/sbin/sendmail .endif +.if (${MACHINE_ARCH} == arm32) +.include "../../lang/gcc/Makefile.gcc" +.endif + DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL |