diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:53:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:53:06 +0000 |
commit | 86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe (patch) | |
tree | 8435383ee1ce86620edee234be9355d641d55b27 /mail/up-imapproxy | |
parent | 2b5fd8390e846fd4ea3fb1712bbe732823f10f00 (diff) | |
download | ports-86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe.tar.gz ports-86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe.zip |
Notes
Diffstat (limited to 'mail/up-imapproxy')
-rw-r--r-- | mail/up-imapproxy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/up-imapproxy/Makefile b/mail/up-imapproxy/Makefile index 37df5711443d..29e895b2f27d 100644 --- a/mail/up-imapproxy/Makefile +++ b/mail/up-imapproxy/Makefile @@ -21,6 +21,10 @@ USE_RC_SUBR= imapproxyd.sh .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= Does not compile on FreeBSD >= 7.0 +.endif + post-patch: ${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \ -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure |