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

Collapse All | Expand All

(-)b/lang/gcc12/Makefile (-1 / +9 lines)
Lines 62-67 CONFIGURE_ARGS+= --disable-multilib Link Here
62
62
63
.include <bsd.port.pre.mk>
63
.include <bsd.port.pre.mk>
64
64
65
# Extraction fails on aarch64 for GCC 12 with bsdtar.
66
# It seems that the bug is specific to GCC 12 only.
67
# No other GCC port is affected.
68
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271052
69
.if ${ARCH} == aarch64
70
EXTRACT_DEPENDS+=	gtar>0:archivers/gtar
71
EXTRACT_CMD=	gtar
72
.endif
73
65
.if ${ARCH} == amd64
74
.if ${ARCH} == amd64
66
CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
75
CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
67
76
68
- 

Return to bug 271052