Skip to content

Commit f0905db

Browse files
committed
qemu7: Fix PLIST issues.
1 parent 4f19a52 commit f0905db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

emulators/qemu7/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ CONFIGURE_ARGS+= --disable-bsd-user
122122
CONFIGURE_ARGS+= --enable-bsd-user
123123
USER_EMUL= i386 x86_64
124124
. endif
125-
.elif ${OPSYS:M*BSD} || ${OPSYS} == "DragonFly"
126-
USER_EMUL= i386 x86_64
125+
.elif ${OPSYS} == "FreeBSD"
126+
USER_EMUL= arm ga i386 x86_64
127+
PLIST.ga= yes
127128
PLIST.nbd= yes
128129
.elif ${OPSYS} == "Darwin"
129130
USER_EMUL=

emulators/qemu7/PLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@comment $NetBSD: PLIST,v 1.84 2023/01/20 08:36:24 adam Exp $
2+
bin/elf2dmp
23
${PLIST.aarch64}bin/qemu-aarch64
34
${PLIST.aarch64_be}bin/qemu-aarch64_be
45
${PLIST.alpha}bin/qemu-alpha

0 commit comments

Comments
 (0)