1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Unbreak the build against recent Clang.

PR:	225538
This commit is contained in:
Alexey Dokuchaev 2018-02-02 09:48:48 +00:00
parent 41fa1a702b
commit 0f6954c83d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460682

View File

@ -23,6 +23,10 @@ CMAKE_ARGS+= -DSC_INSTALL_PREFIX=${PREFIX} \
MANDIRS= ${PREFIX}/man
post-patch:
@${REINPLACE_CMD} -e 's,( JudyValue ) 0,nullptr,' \
${WRKSRC}/src/base/judy/src/judy*Array.h
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/schema_scanner
@(cd ${STAGEDIR}${PREFIX} ; \