diff options
author | skrll <skrll@pkgsrc.org> | 2020-05-10 11:33:23 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2020-05-10 11:33:23 +0000 |
commit | 9a2a9a1d497d5b593f22dec548190a24543e9adf (patch) | |
tree | dd4b8979e8d4f53c75793d1e7cf3d5d3d30019ad /emulators/qemu/Makefile | |
parent | e3e5fa1f394dd335922adeabbc6a6aa9acf1eec7 (diff) | |
download | pkgsrc-9a2a9a1d497d5b593f22dec548190a24543e9adf.tar.gz |
Two fixes
- make qemu on aarch64 work (needs fixes in base OS)
- don't assert hppa lasi imr, but simply store the know interrupt bits
bump PKGREVISION
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 530494c051d..0263e950208 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.239 2020/05/06 14:04:29 adam Exp $ +# $NetBSD: Makefile,v 1.240 2020/05/10 11:33:23 skrll Exp $ DISTNAME= qemu-5.0.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz |