summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-23 18:42:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-23 18:42:49 +0000
commit66557641c4a8060018b2162f433d2e1d7e702c9f (patch)
treed76fb767522030db80c5227787943d4c9ba47b95 /mail
parentUpdate MASTER_SITES (diff)
The previous commit broke this for a.out.
=== cc -fpic -DPIC -c -O -pipe -DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS mx.c -o mx.so ld -Bshareable -x -soname libc-client.so.2.1 -o libc-client.so.2.1 mail.so misc.so newsrc.so smanager.so osdep.so utf8.so siglocal.so dummy.so pseudo.so netmsg.so flstring.so fdstring.so rfc822.so nntp.so smtp.so imap4r1.so pop3.so unix.so mbox.so mbx.so mmdf.so tenex.so mtx.so news.so phile.so mh.so mx.so ld: libc-client.so.2.1: No such file or directory *** Error code 1 Stop.
Notes
Notes: svn path=/head/; revision=14164
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 285d729b1705..4a2152e10460 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 Jan 1997
# Whom: pst
#
-# $Id: Makefile,v 1.18 1998/10/12 19:17:34 jseger Exp $
+# $Id: Makefile,v 1.19 1998/10/13 23:25:06 jseger Exp $
#
DISTNAME= imap-4.2
@@ -15,6 +15,10 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= imap-uw@freebsd.ady.ro
+VERSION!= sysctl -n kern.osreldate
+.if ${VERSION} < 300000
+BROKEN= build
+.endif
ALL_TARGET= bsf
MAN8= ipopd.8 imapd.8