diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-04-04 19:06:16 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-04-04 19:06:16 +0000 |
commit | 473ff026527474818cdb5f2c3ae29d1c69f64650 (patch) | |
tree | 81cacda76c631dc3f3ed81e9ccb155f0d9df5616 /emulators/qemu-devel/Makefile | |
parent | - Add staging support (diff) |
- Add two bvd-user fixes:
- Lower 32bit mips TARGET_USRSTACK to fix an assert starting mips
processes on 64bit hosts. (like amd64) [1]
- Pass down interp_prefix (-L arg) to target subprocesses so running
shared target binaries as subprocesses works.
- Bump PORTREVISION.
Reported by: sbruno [1]
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 1cdb17d51648..2b256079b6ce 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -67,6 +68,8 @@ PATCHFILES= \ PATCH_DIST_STRIP= -p1 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-proc.c EXTRA_PATCHES+= ${FILESDIR}/extra-patch-05ee8495804599b52a88eb36b13ea9c06b3207cd +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-mips-target_arch_vmparam.h +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-inherit-interp_prefix .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |