git: 5eebcde7e294 - main - archivers/unarr: drop unused patch after bbab7f59e963
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 May 2024 14:01:37 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5eebcde7e294d0d76754b2b23b99988ad34215ed commit 5eebcde7e294d0d76754b2b23b99988ad34215ed Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-05-30 13:44:33 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-05-30 14:00:12 +0000 archivers/unarr: drop unused patch after bbab7f59e963 --- archivers/unarr/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/archivers/unarr/Makefile b/archivers/unarr/Makefile index 621b3d5b046e..39be1da4f6ca 100644 --- a/archivers/unarr/Makefile +++ b/archivers/unarr/Makefile @@ -20,9 +20,4 @@ USE_LDCONFIG= yes GH_ACCOUNT= selmf CMAKE_TESTING_ON= BUILD_INTEGRATION_TESTS BUILD_UNIT_TESTS -post-patch: -.if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld - @${REINPLACE_CMD} 's/ -flto//' ${WRKSRC}/CMakeLists.txt -.endif - .include <bsd.port.mk>