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

(-)emulators/virtualbox-ose/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	virtualbox-ose
4
PORTNAME=	virtualbox-ose
5
PORTVERSION=	5.2.34
5
PORTVERSION=	5.2.34
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	https://download.oracle.com/virtualbox/${PORTVERSION}/
8
MASTER_SITES=	https://download.oracle.com/virtualbox/${PORTVERSION}/
9
DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
9
DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
(-)emulators/virtualbox-ose/files/patch-src_VBox_VMM_include_IEMInternal.h (+11 lines)
Line 0 Link Here
1
--- src/VBox/VMM/include/IEMInternal.h.orig	2020-04-14 19:58:48 UTC
2
+++ src/VBox/VMM/include/IEMInternal.h
3
@@ -1082,7 +1082,7 @@ typedef enum IEMACCESSCRX
4
 
5
 #if defined(__GNUC__) && defined(RT_ARCH_X86)
6
 # define IEM_DECL_IMPL_TYPE(a_RetType, a_Name, a_ArgList) \
7
-    __attribute__((__fastcall__)) a_RetType (a_Name) a_ArgList
8
+    __attribute__((__fastcall__, __nothrow__)) a_RetType (a_Name) a_ArgList
9
 # define IEM_DECL_IMPL_DEF(a_RetType, a_Name, a_ArgList) \
10
     __attribute__((__fastcall__, __nothrow__)) a_RetType a_Name a_ArgList
11
 

Return to bug 244847