diff options
author | reinoud <reinoud@pkgsrc.org> | 2021-02-17 17:16:00 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2021-02-17 17:16:00 +0000 |
commit | cdd00cab556df2451e7444efbde013d4039de7ce (patch) | |
tree | 6391e905889a5bd5836ba1e6da1d0c28ba9e2f32 /emulators/qemu/Makefile | |
parent | bb170668791a74b01b878d331b7056d6f0d1c27a (diff) | |
download | pkgsrc-cdd00cab556df2451e7444efbde013d4039de7ce.tar.gz |
On request create a new target called mipssim-virtio that has the extension
leaving the original target in tact.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index cb965cefd9c..288a8a8fef2 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.261 2021/02/15 22:15:12 reinoud Exp $ +# $NetBSD: Makefile,v 1.262 2021/02/17 17:16:00 reinoud Exp $ DISTNAME= qemu-5.1.0 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz @@ -144,6 +144,7 @@ TEST_TARGET= check post-extract: cp ${WRKDIR}/palcode-clipper ${WRKSRC}/pc-bios/palcode-clipper + cp ${FILESDIR}/hw-mips-mipssim_virtio.c ${WRKSRC}/hw/mips/mipssim_virtio.c # Some dependencies aren't correct and this tries to be re-made on install, # failing due to configure bugs. |