git: 232405db81f0 - main - net-p2p/c-lightning: fix architecture name: arm64 is aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 07:58:37 UTC
The branch main has been updated by vd: URL: https://cgit.FreeBSD.org/ports/commit/?id=232405db81f0649eef0de2e989fa8dd42b2a31ff commit 232405db81f0649eef0de2e989fa8dd42b2a31ff Author: Vasil Dimov <vd@FreeBSD.org> AuthorDate: 2023-07-25 07:57:51 +0000 Commit: Vasil Dimov <vd@FreeBSD.org> CommitDate: 2023-07-25 07:58:23 +0000 net-p2p/c-lightning: fix architecture name: arm64 is aarch64 --- net-p2p/c-lightning/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile index 851ab2407a4e..dd82ff17ad3e 100644 --- a/net-p2p/c-lightning/Makefile +++ b/net-p2p/c-lightning/Makefile @@ -34,7 +34,7 @@ BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} ALL_TARGET= default SHEBANG_FILES= tools/reckless -EXTRA_PATCHES_arm64= ${FILESDIR}/extra-patch-ccan_ccan_base64_base64.c \ +EXTRA_PATCHES_aarch64= ${FILESDIR}/extra-patch-ccan_ccan_base64_base64.c \ ${FILESDIR}/extra-patch-external_libwally-core_src_ccan_ccan_base64_base64.c EXTRA_PATCHES= ${EXTRA_PATCHES_${ARCH}}