summaryrefslogtreecommitdiff
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-06-17 08:46:27 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-06-17 08:46:27 +0000
commit585ffe186b6f1175b30891658245f7a8a0851388 (patch)
tree58d1c46f7d680537e94ad07e492d24c1ffd2b84d /mail/exim-devel
parentuse latest version (1.05a). (diff)
Work around the way odd shells sabotage exim's arch-type script.
Reported by: Martti Kuparinen <martti@research.zopps.fi>
Notes
Notes: svn path=/head/; revision=19518
Diffstat (limited to 'mail/exim-devel')
-rw-r--r--mail/exim-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index ab840d96d74c..87dc26d44432 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 June 1996
# Whom: markm@FreeBSD.ORG
#
-# $Id: Makefile,v 1.30 1999/06/09 11:09:56 steve Exp $
+# $Id: Makefile,v 1.31 1999/06/16 02:55:31 simokawa Exp $
#
DISTNAME= exim-3.02
@@ -22,6 +22,8 @@ USE_XLIB= YES
USE_PERL5= YES
+MAKE_ENV+= OSTYPE=${OPSYS} ARCHTYPE=${MACHINE_ARCH}
+
do-configure:
${MKDIR} ${WRKSRC}/Local
.if defined(USE_XLIB) && ${USE_XLIB} == YES