devel/sol2: Fix patch name

PR:		283287
This commit is contained in:
Peter Laursen 2024-12-18 12:27:03 -08:00 committed by Yuri Victorovich
parent 9247436cd2
commit d57100b91f

View file

@ -29,7 +29,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-include_sol_function__types__stateless.hp
.if ${CHOSEN_COMPILER_TYPE} == clang && \ .if ${CHOSEN_COMPILER_TYPE} == clang && \
${COMPILER_VERSION} >= 191 ${COMPILER_VERSION} >= 191
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-include_sol_optional__implementation.hp EXTRA_PATCHES= ${PATCHDIR}/extra-patch-include_sol_optional__implementation.hpp
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>