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

(-)b/Mk/bsd.default-versions.mk (-4 / +1 lines)
Lines 75-86 LIBRSVG2_DEFAULT?= legacy Link Here
75
# Possible values: c7
75
# Possible values: c7
76
LINUX_DEFAULT?=		c7
76
LINUX_DEFAULT?=		c7
77
# Possible values: 70, 80, 90, 10, 11, 12, 13, -devel (to be used when non-base compiler is required)
77
# Possible values: 70, 80, 90, 10, 11, 12, 13, -devel (to be used when non-base compiler is required)
78
# Please give notice to the Graphics Team (x11@FreeBSD.org) in advance before
79
# bumping the LLVM version.
80
.if ${ARCH} == powerpc
78
.if ${ARCH} == powerpc
81
LLVM_DEFAULT?=		10
79
LLVM_DEFAULT?=		10
82
.else
80
.else
83
LLVM_DEFAULT?=		90
81
LLVM_DEFAULT?=		13
84
.endif
82
.endif
85
# Possible values: 5.1, 5.2, 5.3, 5.4
83
# Possible values: 5.1, 5.2, 5.3, 5.4
86
LUA_DEFAULT?=		5.2
84
LUA_DEFAULT?=		5.2
87
- 

Return to bug 263456