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

(-)Makefile (-3 / +7 lines)
Lines 15-21 Link Here
15
15
16
RUN_DEPENDS=	gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
16
RUN_DEPENDS=	gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
17
17
18
USES=		kmod uidfix
18
USES=		compiler kmod uidfix
19
19
20
OPTIONS_DEFINE=	DEBUG
20
OPTIONS_DEFINE=	DEBUG
21
21
Lines 29-35 Link Here
29
GH_PROJECT=	drm-legacy
29
GH_PROJECT=	drm-legacy
30
GH_TAGNAME=	990f64b
30
GH_TAGNAME=	990f64b
31
31
32
.include <bsd.port.options.mk>
32
.include <bsd.port.pre.mk>
33
33
34
.if ${ARCH} == amd64 || ${ARCH} == i386
34
.if ${ARCH} == amd64 || ${ARCH} == i386
35
PLIST_SUB+=	X86=""
35
PLIST_SUB+=	X86=""
Lines 37-42 Link Here
37
PLIST_SUB+=	X86="@comment "
37
PLIST_SUB+=	X86="@comment "
38
.endif
38
.endif
39
39
40
.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} > 70
41
CFLAGS+=	-Wno-error=pointer-sign
42
.endif
43
40
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200080
44
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200080
41
IGNORE=		only for 12.0 or higher after removal of base components
45
IGNORE=		only for 12.0 or higher after removal of base components
42
.endif
46
.endif
Lines 44-47 Link Here
44
IGNORE=		not supported on anything but FreeBSD
48
IGNORE=		not supported on anything but FreeBSD
45
.endif
49
.endif
46
50
47
.include <bsd.port.mk>
51
.include <bsd.port.post.mk>

Return to bug 239192