git: d57100b91f88 - main - devel/sol2: Fix patch name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 20:35:07 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d57100b91f88f712efb78a1e27eb0e546941f61f commit d57100b91f88f712efb78a1e27eb0e546941f61f Author: Peter Laursen <freebsd@mosedal.net> AuthorDate: 2024-12-18 20:27:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-18 20:35:04 +0000 devel/sol2: Fix patch name PR: 283287 --- devel/sol2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/sol2/Makefile b/devel/sol2/Makefile index cf0a23a4465e..cd3e030db86a 100644 --- a/devel/sol2/Makefile +++ b/devel/sol2/Makefile @@ -29,7 +29,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-include_sol_function__types__stateless.hp .if ${CHOSEN_COMPILER_TYPE} == clang && \ ${COMPILER_VERSION} >= 191 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-include_sol_optional__implementation.hp +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-include_sol_optional__implementation.hpp .endif .include <bsd.port.post.mk>