git: 23938187be13 - main - sysutils/gdisk: add aarch64 to ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Mar 2026 14:43:34 UTC
The branch main has been updated by tz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=23938187be1395c21cc726add35926974b31f15f
commit 23938187be1395c21cc726add35926974b31f15f
Author: Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-23 20:12:32 +0000
Commit: Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-25 14:43:01 +0000
sysutils/gdisk: add aarch64 to ONLY_FOR_ARCHS
Confirmed to compile and run on aarch64.
PR: 268285
---
sysutils/gdisk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/gdisk/Makefile b/sysutils/gdisk/Makefile
index 091eba81aafa..c82bf94005b0 100644
--- a/sysutils/gdisk/Makefile
+++ b/sysutils/gdisk/Makefile
@@ -12,7 +12,7 @@ WWW= https://www.rodsbooks.com/gdisk/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le
+ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libpopt.so:devel/popt \
libuuid.so:misc/libuuid