databases/percona57-server: fix build on i386/clang15 (+)

Reported by:	pkg-fallout

Sponsored by:	Serenity Cybersecurity, LLC
This commit is contained in:
Dima Panov 2023-03-02 10:44:21 +03:00
parent 5c7781b4f7
commit d75d76d8c0
No known key found for this signature in database
GPG key ID: FB8BA09DD5398F29

View file

@ -152,6 +152,8 @@ post-patch:
# issue 220865: MySQL developers forgot that FreeBSD != Linux
@${REINPLACE_CMD} -e 's|%%FREEBSD_LOCAL_LIB%%|${LOCALBASE}/lib|g' \
${WRKSRC}/configure.cmake
@${REINPLACE_CMD} -e 's|__clang__|__undefined__|g' \
${WRKDIR}/boost_1_59_0/boost/atomic/detail/ops_gcc_x86_dcas.hpp
.include <bsd.port.pre.mk>