Skip to content

Commit

Permalink
devel/ice37: Fix build with llvm16
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jun 25, 2023
1 parent 26ca5c8 commit 19a56e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions devel/ice37/Makefile
Expand Up @@ -116,6 +116,23 @@ post-patch:
${WRKSRC}/scripts/Util.py
@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g;' \
${WRKSRC}/scripts/Glacier2Util.py
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
@${REINPLACE_CMD} -e 's|binary_function|__binary_function|g ; s|unary_function|__unary_function|g' \
${WRKSRC}/cpp/include/Ice/Proxy.h \
${WRKSRC}/cpp/include/IceUtil/Functional.h \
${WRKSRC}/cpp/src/IceGrid/AdapterCache.cpp \
${WRKSRC}/cpp/src/IceGrid/AllocatableObjectCache.cpp \
${WRKSRC}/cpp/src/IceGrid/Database.cpp \
${WRKSRC}/cpp/src/IceGrid/DescriptorHelper.cpp \
${WRKSRC}/cpp/src/IceGrid/NodeCache.cpp \
${WRKSRC}/cpp/src/IceGrid/ObjectCache.cpp \
${WRKSRC}/cpp/src/IceGrid/ServerCache.cpp \
${WRKSRC}/cpp/src/IceGrid/ServerI.cpp \
${WRKSRC}/cpp/src/IceGrid/Util.h \
${WRKSRC}/cpp/src/IcePatch2/Calc.cpp \
${WRKSRC}/cpp/src/IcePatch2Lib/Util.h \
${WRKSRC}/cpp/src/Slice/Parser.h
.endif

IS_JAILED_CMD= ${SYSCTL} -n security.jail.jailed
JAILED_FILTER= --rfilter=IceDiscovery \
Expand Down

0 comments on commit 19a56e6

Please sign in to comment.