diff options
author | pst <pst@FreeBSD.org> | 1997-11-20 16:31:42 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-20 16:31:42 +0800 |
commit | 66d0fdcae9605eb98f08f5afc28a48b31c65fbcd (patch) | |
tree | c57914b8853567e1c90bfbf6809c7f3cb7cb223b /mail | |
parent | 0688916c52b9023e2672fab2d95a217fe8e478bd (diff) | |
download | freebsd-ports-gnome-66d0fdcae9605eb98f08f5afc28a48b31c65fbcd.tar.gz freebsd-ports-gnome-66d0fdcae9605eb98f08f5afc28a48b31c65fbcd.tar.zst freebsd-ports-gnome-66d0fdcae9605eb98f08f5afc28a48b31c65fbcd.zip |
Bezerkproto is obsolete, use unixproto -- fixes shared libarary breakage.
PR: 5017
Submitted by: Bradley Dunn
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/files/patch-ab | 2 |
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)" \ |