View | Details | Raw Unified | Return to bug 198667
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	qemu
4
PORTNAME=	qemu
5
PORTVERSION=	2.2.50.g20150310
5
PORTVERSION=	2.2.50.g20150310
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	GH GHC \
8
MASTER_SITES=	GH GHC \
8
		LOCAL/nox \
9
		LOCAL/nox \
(-)files/patch-bsd-user-freebsd-os-proc.c (-11 lines)
Lines 1-11 Link Here
1
--- a/bsd-user/freebsd/os-proc.c
2
+++ b/bsd-user/freebsd/os-proc.c
3
@@ -364,7 +364,7 @@ execve_end:
4
 #error __FreeBSD_version not defined!
5
 #endif
6
 
7
-#if defined(__FreeBSD_version) && __FreeBSD_version >= 1001510
8
+#if defined(__FreeBSD_version) && __FreeBSD_version >= 1001510 && defined(PROC_REAP_ACQUIRE)
9
 
10
 #include <sys/procctl.h>
11
 

Return to bug 198667