summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep>2002-04-20 18:18:50 +0000
committercjep <cjep>2002-04-20 18:18:50 +0000
commitad2e8910ca82b118d40b75e99f9c6754fb432e38 (patch)
tree8a271dec9d97cf3c1b7cf54c138943b4da8c7736
parent827fd69a65a7a95328d1e005398135f5d8b3914c (diff)
downloadpkgsrc-ad2e8910ca82b118d40b75e99f9c6754fb432e38.tar.gz
On arm32, use gcc-2.95.3 to avoid internal egcs errors.
-rw-r--r--news/inn/Makefile6
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