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

Collapse All | Expand All

(-)b/Mk/bsd.default-versions.mk (-2 / +1 lines)
Lines 51-57 FPC_DEFAULT?= 3.2.2 Link Here
51
.  if ${ARCH} == "powerpcspe"
51
.  if ${ARCH} == "powerpcspe"
52
GCC_DEFAULT?=		8
52
GCC_DEFAULT?=		8
53
.  else
53
.  else
54
GCC_DEFAULT?=		12
54
GCC_DEFAULT?=		13
55
.  endif
55
.  endif
56
# Possible values: 9, agpl, 10
56
# Possible values: 9, agpl, 10
57
GHOSTSCRIPT_DEFAULT?=	agpl
57
GHOSTSCRIPT_DEFAULT?=	agpl
58
- 

Return to bug 273397