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 23-28 RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils Link Here
23
BUILD_DEPENDS+=	runtest:misc/dejagnu
23
BUILD_DEPENDS+=	runtest:misc/dejagnu
24
.endif
24
.endif
25
25
26
# Extraction fails on aarch64 for GCC 12 with bsdtar.
27
# It seems that the bug is specific to GCC 12 only.
28
# No other GCC port is affected.
29
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271052
30
.if ${ARCH} == aarch64
31
EXTRACT_DEPENDS+=	gtar>0:archivers/gtar
32
EXTRACT_CMD=	gtar
33
.endif
34
26
USES=		compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz
35
USES=		compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz
27
USE_BINUTILS=	yes
36
USE_BINUTILS=	yes
28
USE_PERL5=	build
37
USE_PERL5=	build
29
- 

Return to bug 271052