Date: Wed, 18 Dec 2024 20:35:07 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d57100b91f88 - main - devel/sol2: Fix patch name Message-ID: <202412182035.4BIKZ7jZ083602@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412182035.4BIKZ7jZ083602>
