diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-07-10 16:44:22 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-07-10 16:44:22 +0000 |
commit | e45c9fdb5cc32650864c91543c611bc8fb0904dd (patch) | |
tree | fafe29190bb7f2077c2fdd3ee6b8fbbf2d172a18 /emulators/qemu-devel/Makefile | |
parent | - Remove uneeded dependency from libtorrent [1] (diff) |
Fix build on 8 and 9.
Submitted by: beefy1 via pkg-fallout
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index e3c4c177789f..d6ef944cb506 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -77,6 +77,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-arm-target_arch_thread.h EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-sparc64-target_arch_cpu.h EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-trapsig EXTRA_PATCHES+= ${FILESDIR}/extra-patch-21927cffcc7bcacbb953155f778200846df9f60e +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-sys.c .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |