Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2023 06:01:17 GMT
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0dd2f85329d9 - main - archivers/par2cmdline-turbo: Fix wrong arch in ONLY_FOR_ARCHS
Message-ID:  <202304130601.33D61Hh9030822@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304130601.33D61Hh9030822>