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

(-)Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 38-44 Link Here
38
# Possible values: 3.0.0
38
# Possible values: 3.0.0
39
FPC_DEFAULT?=		3.0.2
39
FPC_DEFAULT?=		3.0.2
40
# Possible values: 4.8, 4.9, 5, 6, 7
40
# Possible values: 4.8, 4.9, 5, 6, 7
41
GCC_DEFAULT?=		6
41
GCC_DEFAULT?=		7
42
# Possible values: 7, 8, 9, agpl
42
# Possible values: 7, 8, 9, agpl
43
GHOSTSCRIPT_DEFAULT?=	agpl
43
GHOSTSCRIPT_DEFAULT?=	agpl
44
.if ${ARCH} == amd64
44
.if ${ARCH} == amd64
(-)print/pdftk/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
# Get GCC version suffix without the dot in USE_GCC
16
# Get GCC version suffix without the dot in USE_GCC
17
CSUFF=		${_USE_GCC:S/.//}
17
CSUFF=		${_USE_GCC:S/.//}
18
18
19
USE_GCC=	yes
19
USE_GCC=	6	# Only GCC 6 provides Java (GCJ and libgcj).
20
USES=		iconv gmake zip
20
USES=		iconv gmake zip
21
21
22
# gcj/libgcj don't exist on some platforms
22
# gcj/libgcj don't exist on some platforms

Return to bug 222542