Skip to content

Commit

Permalink
mail/cyrus-imapd24: ignore build with llvm 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajimu UMEMOTO authored and Hajimu UMEMOTO committed Jun 25, 2023
1 parent 28806b7 commit 0e9f448
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mail/cyrus-imapd24/Makefile
Expand Up @@ -19,7 +19,7 @@ CONFLICTS_INSTALL= cyrus-imapd2? cyrus-imapd3? cyrus-imapd3?-http

USE_RC_SUBR= imapd

USES= cpe perl5 ssl
USES= compiler cpe perl5 ssl
GNU_CONFIGURE= yes
CYRUS_PREFIX= ${PREFIX}/cyrus
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
Expand Down Expand Up @@ -145,6 +145,12 @@ BDB_LIB_NAME= no
CONFIGURE_ARGS+=--disable-gssapi
.endif

.include <bsd.port.pre.mk>

.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
IGNORE= does not build with llvm 16
.endif

post-patch:
@${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \
-e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \
Expand Down

0 comments on commit 0e9f448

Please sign in to comment.