diff options
author | kamil <kamil@pkgsrc.org> | 2019-04-27 18:00:46 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2019-04-27 18:00:46 +0000 |
commit | 7ef5edf7dddb2ddb3086be8b011653fa5170d44f (patch) | |
tree | 47ed96118ddf260128a5c17e7edc5804eaa4cf26 /emulators/qemu/Makefile | |
parent | ac47833fe23cba916d033e530517573accdfcba7 (diff) | |
download | pkgsrc-7ef5edf7dddb2ddb3086be8b011653fa5170d44f.tar.gz |
qemu: Switch curses.c patches to the ones pending upstream
* fix compatibility with NetBSD curses(3)
https://patchwork.ozlabs.org/patch/1092056/
* fix portability of iconv(3) usage
https://patchwork.ozlabs.org/patch/1092057/
Both work better than the existing one. Borders are printed now correctly.
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 5058fc04ba4..e46f3f453e0 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.206 2019/04/25 23:54:46 kamil Exp $ +# $NetBSD: Makefile,v 1.207 2019/04/27 18:00:46 kamil Exp $ DISTNAME= qemu-4.0.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz |