diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-03-23 20:29:25 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-03-23 20:29:25 +0000 |
commit | adf8dede61a4d10bc7e0ef2698a1444015af535f (patch) | |
tree | a8358389b36fa2929ad5eab2e9e4623417592c5d /emulators/qemu-devel/Makefile | |
parent | - Make Qt4 and Qt5 respect CXXFLAGS during configure so they pick up (diff) |
- Add patch to fix bigendian lseek for bsd-user mips.
- Bump PORTREVISION.
Submitted by: sbruno
Obtained from: https://github.com/seanbruno/qemu/commit/05ee8495804599b52a88eb36b13ea9c06b3207cd
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 76d74fe820d3..d91a80647cf5 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -67,6 +67,7 @@ PATCHFILES= \ 0018-bsd-user-add-arm-mips-and-mips64-options-to-configur.patch PATCH_DIST_STRIP= -p1 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-proc.c +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-05ee8495804599b52a88eb36b13ea9c06b3207cd .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |