Date: Tue, 14 Jun 2022 19:40:36 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eaa97a1736e5 - main - sysutils/btop: strip the binary and add framework's CXXFLAGS / LDFLAGS Message-ID: <202206141940.25EJeaum076193@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206141940.25EJeaum076193>