From 72958c054131496354d1504e90f164602e89b9c4 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 28 Oct 2005 09:57:30 +0000 Subject: - Remove redeclaration of strerror(), that was breaking the port. Reported by: oliver --- mail/qmail/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/qmail') diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 2f5866e8e5d6..3964bb0b61f3 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -523,6 +523,8 @@ post-patch: ${WRKDIR}/TLS.readme @${REINPLACE_CMD} "s|/usr/local/ssl|${OPENSSLBASE}|" \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} "/^const char \*strerror/d" \ + ${WRKSRC}/tls.c .elif defined(SLAVE_LDAP) @${REINPLACE_CMD} "s|^LDAPLIBS=-L/usr/local/lib|LDAPLIBS=-L${LOCALBASE}/lib|; \ s|^LDAPINCLUDES=-I/usr/local/include|LDAPINCLUDES=-I${LOCALBASE}/include|" \ -- cgit v1.2.3