summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2019-05-25 12:36:59 +0000
committerkamil <kamil@pkgsrc.org>2019-05-25 12:36:59 +0000
commitcbfcd6b40ce79495aff573546b251d665ad367a2 (patch)
treea53eafb9e98c6c7b78b47f9edfe66ab7d50ad8af /emulators
parentba394df927fbe70da3ef11e3ebf86a92992a0088 (diff)
downloadpkgsrc-cbfcd6b40ce79495aff573546b251d665ad367a2.tar.gz
qemu: Fix build for Linux
Tested by Ottavio Caruso.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile3
-rw-r--r--emulators/qemu/PLIST5
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 695805f3784..c05b758fc92 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.209 2019/05/24 09:08:38 wiz Exp $
+# $NetBSD: Makefile,v 1.210 2019/05/25 12:36:59 kamil Exp $
DISTNAME= qemu-4.0.0
PKGREVISION= 5
@@ -105,7 +105,6 @@ UE_ARCHS+= or1k ppc ppc64 ppc64le ppc64abi32
UE_ARCHS+= riscv32 riscv64
UE_ARCHS+= s390x sh4 sh4eb sparc sparc32plus sparc64
UE_ARCHS+= tilegx
-UE_ARCHS+= unicore32
UE_ARCHS+= x86_64 xtensa xtensaeb
.if ${OPSYS} == "NetBSD"
diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST
index fc0a165d20e..e5162b52a1b 100644
--- a/emulators/qemu/PLIST
+++ b/emulators/qemu/PLIST
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.58 2019/05/24 00:28:52 kamil Exp $
+@comment $NetBSD: PLIST,v 1.59 2019/05/25 12:36:59 kamil Exp $
bin/elf2dmp
+${PLIST.ivshmem}bin/ivshmem-client
+${PLIST.ivshmem}bin/ivshmem-server
${PLIST.aarch64}bin/qemu-aarch64
${PLIST.aarch64_be}bin/qemu-aarch64_be
${PLIST.alpha}bin/qemu-alpha
@@ -69,7 +71,6 @@ bin/qemu-system-x86_64
bin/qemu-system-xtensa
bin/qemu-system-xtensaeb
${PLIST.tilegx}bin/qemu-tilegx
-${PLIST.unicore32}bin/qemu-unicore32
${PLIST.x86_64}bin/qemu-x86_64
${PLIST.xtensa}bin/qemu-xtensa
${PLIST.xtensaeb}bin/qemu-xtensaeb