diff options
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index eef7c1dca8c..6b85c3064af 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.149 2016/05/15 01:25:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.150 2016/05/31 05:25:12 pgoyette Exp $ DISTNAME= qemu-2.6.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -38,6 +39,8 @@ CONFIGURE_ARGS+= --enable-curses CONFIGURE_ARGS+= --disable-opengl CONFIGURE_ENV+= mansuffix=/${PKGMANDIR} +NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-x86_64 + PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl |