summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-11-20 08:31:42 +0000
committerPaul Traina <pst@FreeBSD.org>1997-11-20 08:31:42 +0000
commit71d02c848b3bd56c6c306d652fb9fe7cc6d4563b (patch)
tree06ddef37659889bd1fdfadd54dd0de3f3e1ab76e /mail
parentActivate bzip2. This time I copied another entry to avoid typos. (diff)
Bezerkproto is obsolete, use unixproto -- fixes shared libarary breakage.
PR: 5017 Submitted by: Bradley Dunn
Notes
Notes: svn path=/head/; revision=8722
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imap-uw/files/patch-ab b/mail/imap-uw/files/patch-ab
index 18be71d0587f..2e2f40a62e72 100644
--- a/mail/imap-uw/files/patch-ab
+++ b/mail/imap-uw/files/patch-ab
@@ -37,7 +37,7 @@
- STDPROTO=unixproto MAILSPOOL=/var/mail \
+bsf: sigbsd # FreeBSD
+ $(MAKE) $(ARCHIVE) $(SHLIB) OS=bsi EXTRADRIVERS="$(EXTRADRIVERS)" \
-+ STDPROTO=bezerkproto MAILSPOOL=/var/mail \
++ STDPROTO=unixproto MAILSPOOL=/var/mail \
ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \
RSHPATH=/usr/bin/rsh \
- CFLAGS="-g -O -pipe -DNFSKLUDGE $(EXTRACFLAGS)" \