git: ee2cbfe5b913 - main - comms/sigdigger: Correct build parameters
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jan 2023 10:41:22 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee2cbfe5b913485d9cee251ce9c6fda121b56b11 commit ee2cbfe5b913485d9cee251ce9c6fda121b56b11 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-09 10:34:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-09 10:41:19 +0000 comms/sigdigger: Correct build parameters --- comms/sigdigger/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/comms/sigdigger/Makefile b/comms/sigdigger/Makefile index 3dd01cfacc6b..5fb3a5f53a48 100644 --- a/comms/sigdigger/Makefile +++ b/comms/sigdigger/Makefile @@ -31,7 +31,6 @@ USE_GITHUB= yes GH_ACCOUNT= BatchDrake GH_PROJECT= SigDigger -CXXFLAGS+= -I${WRKSRC}/include \ - -I${LOCALBASE}/include/SuWidgets # workaround for https://github.com/BatchDrake/SigDigger/issues/197 +QMAKE_ARGS= SUWIDGETS_PREFIX=${LOCALBASE} .include <bsd.port.mk>