Skip to content
Snippets Groups Projects
Unverified Commit 5b4d8f41 authored by Eugene Grosbein's avatar Eugene Grosbein
Browse files

mail/qpopper: unbreak build for llvm16

This unbreaks build, so PORTREVISION not changed.
parent 9650dcc8
No related branches found
No related tags found
No related merge requests found
......@@ -125,8 +125,12 @@ CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
# openssl-1.1.1 no longer has SSLv2 support
.if ${OPSYS} == FreeBSD
CFLAGS+= -DOPENSSL_NO_SSL2
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}"
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
CFLAGS+= -Wno-incompatible-function-pointer-types
.endif
.endif
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
post-patch:
.if ${COMPILER_TYPE} == clang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment