Skip to content

Commit

Permalink
audio/umurmur: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON
- Pet portclippy while I am here

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Apr 30, 2023
1 parent 67309be commit f7de066
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions audio/umurmur/Makefile
Expand Up @@ -17,12 +17,14 @@ LIB_DEPENDS= libconfig.so:devel/libconfig \
libprotobuf-c.so:devel/protobuf-c

USES= autoreconf gmake libtool localbase ssl
GNU_CONFIGURE= yes
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON
USE_GITHUB= yes
CONFIGURE_ARGS= --with-ssl=openssl

USE_RC_SUBR= umurmur

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl=openssl

post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/conf.c
Expand Down

0 comments on commit f7de066

Please sign in to comment.