Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2025 11:27:51 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 19dd4285f192 - main - emulators/qemu@guestagent: same pkg-plist fix for powerpc as i386
Message-ID:  <202501221127.50MBRpqa046892@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19dd4285f192fa2b856e2d405a9d5bd0d515854b

commit 19dd4285f192fa2b856e2d405a9d5bd0d515854b
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-22 11:22:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-22 11:27:06 +0000

    emulators/qemu@guestagent: same pkg-plist fix for powerpc as i386
---
 emulators/qemu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index d378d3ddb44a..7cd3fd2057e2 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -220,7 +220,7 @@ X86_TARGETS_CONFIGURE_ON=	--target-list='i386-softmmu i386-bsd-user x86_64-softm
 .include <bsd.port.options.mk>
 
 .if ${FLAVOR:U} == tools || ${FLAVOR:U} == guestagent
-.if ${ARCH} == "i386"
+.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
 PLIST_SUB+=	NO_I386="@comment "
 .else
 PLIST_SUB+=	NO_I386=""


home | help

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