git: eaa97a1736e5 - main - sysutils/btop: strip the binary and add framework's CXXFLAGS / LDFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Jun 2022 19:40:36 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=eaa97a1736e5056c9947703dd4404ea0f6090110 commit eaa97a1736e5056c9947703dd4404ea0f6090110 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-06-14 19:36:16 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-06-14 19:36:16 +0000 sysutils/btop: strip the binary and add framework's CXXFLAGS / LDFLAGS --- sysutils/btop/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/btop/Makefile b/sysutils/btop/Makefile index 272fd8789763..8be82a92b891 100644 --- a/sysutils/btop/Makefile +++ b/sysutils/btop/Makefile @@ -14,4 +14,6 @@ USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= aristocratos +MAKE_ARGS= STRIP=true ADDFLAGS="${CXXFLAGS} ${LDFLAGS}" + .include <bsd.port.mk>