git: 19dd4285f192 - main - emulators/qemu@guestagent: same pkg-plist fix for powerpc as i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jan 2025 11:27:51 UTC
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=""