freebsd-ports/mail/courier/files/patch-courier__webmlmd.H
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
281 B
C

--- courier/webmlmd.H.orig 2007-12-17 12:09:18 UTC
+++ courier/webmlmd.H
@@ -49,7 +49,7 @@ namespace webmlmd {
T t;
t.reserve(s.size() * 6 / 5);
- class T::iterator b=s.begin(), e=s.end(), p=b;
+ typename T::iterator b=s.begin(), e=s.end(), p=b;
while (b != e)
{