diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-04-04 23:16:43 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-04-04 23:16:43 +0000 |
commit | fed51a4bc949b8025af0129f9c170aaa7c69eb92 (patch) | |
tree | 0c8f9a2ca0fa26b836921a33651f598455ed2f26 /emulators/qemu-devel/Makefile | |
parent | Support stage (diff) |
- Add patch to fix 32bit mips sigreturn that caused mips bsd-user
to die with (target) SIGILL sometimes.
- Bump PORTREVISION.
Submitted by: peter
Obtained from: https://github.com/seanbruno/qemu/commit/d62553b108aa27c0c020dbb771d29f8673807a3b
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 2b256079b6ce..4c7fe8ceda09 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -70,6 +70,7 @@ 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 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-d62553b108aa27c0c020dbb771d29f8673807a3b .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |