diff options
author | kris <kris@FreeBSD.org> | 2006-09-11 07:53:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-11 07:53:06 +0800 |
commit | 8140302b7c6a372bdde66ad6e19b222b2ba7db30 (patch) | |
tree | fa829948d3e95cf7aea208237c0e4940b69597e2 /mail/up-imapproxy | |
parent | 5a16cd1f26c58d8fc75332e75393928054b86f77 (diff) | |
download | freebsd-ports-graphics-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.gz freebsd-ports-graphics-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.zst freebsd-ports-graphics-8140302b7c6a372bdde66ad6e19b222b2ba7db30.zip |
BROKEN on 7.0: Does not compile
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 37df5711443..29e895b2f27 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 |