git: 3506f5725b36 - main - games/fishsupper: fix build on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Nov 2021 21:17:28 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=3506f5725b36111532289cf8c232a7aad66beca6 commit 3506f5725b36111532289cf8c232a7aad66beca6 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-18 12:36:46 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-18 20:51:08 +0000 games/fishsupper: fix build on 14 --- games/fishsupper/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index 82eeb362e6cb..693f2f9119df 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|std::tr1::shared_ptr|std::shared_ptr|g' ${WRKSRC}/src/*.h ${WRKSRC}/src/*.cpp + @${REINPLACE_CMD} -e '/tr1\/memory/ d' ${WRKSRC}/src/*.h ${WRKSRC}/src/*.cpp post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}