View | Details | Raw Unified | Return to bug 270189 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/virtualbox-ose-kmod/Makefile (-1 / +3 lines)
Lines 20-26 CPE_PRODUCT= vm_virtualbox Link Here
20
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
21
SUB_LIST=	OPSYS=${OPSYS} OSREL=${OSREL}
21
SUB_LIST=	OPSYS=${OPSYS} OSREL=${OSREL}
22
22
23
USES=		cpe compiler:c++14-lang kmod tar:bzip2
23
USES=		compiler:c++14-lang llvm:max=14 cpe kmod tar:bzip2
24
CC=		clang14
25
CXX=		clang++14
24
PATCHDIR=	${.CURDIR}/../${PORTNAME}/files
26
PATCHDIR=	${.CURDIR}/../${PORTNAME}/files
25
WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
27
WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
26
USE_RC_SUBR=	vboxnet
28
USE_RC_SUBR=	vboxnet
(-)b/emulators/virtualbox-ose/Makefile (-1 / +3 lines)
Lines 27-33 CPE_PRODUCT= vm_virtualbox Link Here
27
27
28
WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
28
WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
29
ONLY_FOR_ARCHS=	amd64
29
ONLY_FOR_ARCHS=	amd64
30
USES=		compiler:c++14-lang cpe gnome iconv pkgconfig ssl tar:bzip2
30
USES=		compiler:c++14-lang llvm:max=14 cpe gnome iconv pkgconfig ssl tar:bzip2
31
CC=		clang14
32
CXX=		clang++14
31
USE_GNOME=	libidl libxml2
33
USE_GNOME=	libidl libxml2
32
34
33
HAS_CONFIGURE=	yes
35
HAS_CONFIGURE=	yes

Return to bug 270189