git: 9462d637340b - main - audio/cardinal: Remove unintended BINARY_ALIAS elements.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 16:35:30 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9462d637340b4ab06a5046b27e2b7683df5166ae
commit 9462d637340b4ab06a5046b27e2b7683df5166ae
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-07 16:35:02 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-07 16:35:28 +0000
audio/cardinal: Remove unintended BINARY_ALIAS elements.
---
audio/cardinal/Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile
index d0796fc98c8a..dd03249ed5b3 100644
--- a/audio/cardinal/Makefile
+++ b/audio/cardinal/Makefile
@@ -121,8 +121,6 @@ MAKE_ENV= LD_PRELOAD=/usr/lib/libpthread.so # workaround for https://github.com/
MAKE_ARGS= SYSDEPS=true
BINARY_ALIAS= gcc-ar=ar \
- python3=${PYTHON_CMD} \
- c++=${FILESDIR}/c++ \
- cc=${FILESDIR}/cc
+ python3=${PYTHON_CMD}
.include <bsd.port.mk>