git: 0dd2f85329d9 - main - archivers/par2cmdline-turbo: Fix wrong arch in ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Apr 2023 06:01:17 UTC
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=0dd2f85329d9a7b093dbd9d2c088cd88fd32aa24 commit 0dd2f85329d9a7b093dbd9d2c088cd88fd32aa24 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2023-04-13 05:58:04 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2023-04-13 05:58:04 +0000 archivers/par2cmdline-turbo: Fix wrong arch in ONLY_FOR_ARCHS Fix wrong arm64 arch erroneously introduced in commit cc39cce --- archivers/par2cmdline-turbo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/par2cmdline-turbo/Makefile b/archivers/par2cmdline-turbo/Makefile index 052da79971cd..9571bf391955 100644 --- a/archivers/par2cmdline-turbo/Makefile +++ b/archivers/par2cmdline-turbo/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/animetosho/par2cmdline-turbo LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 arm64 +ONLY_FOR_ARCHS= amd64 aarch64 ONLY_FOR_ARCHS_REASON= untested on other archs USES= autoreconf compiler:c++11-lang