freebsd-ports/mail/courier/files/patch-courier__cmlmfetch.C
Tijl Coosemans d1241626df - Convert to USES=libtool
- Avoid USE_AUTOTOOLS
- Fix build with clang
- Add missing -lcourierauth [1]

Reported by:	antoine [1]
2014-09-08 21:58:19 +00:00

11 lines
446 B
C

--- courier/cmlmfetch.C.orig 2009-11-08 18:14:47 UTC
+++ courier/cmlmfetch.C
@@ -334,7 +334,7 @@ int doindex(const char *n)
ack << std::setiosflags(std::ios::right)
<< std::setw(10)
<< msgs[i]
- << resetiosflags(std::ios::right) << " "
+ << std::resetiosflags(std::ios::right) << " "
<< std::setw(0) << msginfo[i].msgsubj << std::endl;
ack << std::setiosflags(std::ios::right)
<< std::setw(10)