diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-28 09:57:30 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-28 09:57:30 +0000 |
commit | 72958c054131496354d1504e90f164602e89b9c4 (patch) | |
tree | ceaf033b6cc9e1e02bac623f588addef3041b72c /mail/qmail | |
parent | 4a9535e4ef48ba32fe3cc6b059d41b3f874ba907 (diff) | |
download | ports-72958c054131496354d1504e90f164602e89b9c4.tar.gz ports-72958c054131496354d1504e90f164602e89b9c4.zip |
Notes
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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|" \ |