diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-06-22 11:05:29 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-06-22 11:05:29 +0000 |
commit | d0d1c5fea9e002b416c049b9edede89388ca574f (patch) | |
tree | 2bbca5b515b94da6bb0d3a732cc70a6f463164d0 /emulators/qemu-devel/Makefile | |
parent | Fix MASTER_SITES. (diff) |
- Fix bsd-user default TARGET_SIGINFO handling.
- Bump PORTREVISION.
Reported by: sbruno
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 066942dd76cd..383f1079e45f 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -68,6 +68,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sysctl-0oldlen EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-mmap.c EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sysctl-hw-pagesizes EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-x86_64-target_arch_vmparam.h +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-target_siginfo .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |