diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2025-05-04 21:41:12 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-05-06 18:53:12 +0000 |
commit | 57a9941d5489b3d1b2c27c867dcbea4230bec8af (patch) | |
tree | ec08d52b8d718484d4c9c451efaecd8944b7247b /emulators | |
parent | bcb73b4107fc6d0d3b01c39e6382277d25192919 (diff) |
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 8160b2b48e44..6dce4eb92909 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -222,7 +222,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" || ${ARCH} == "powerpc" +.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH:Marmv?} PLIST_SUB+= NO_I386="@comment " .else PLIST_SUB+= NO_I386="" |