Unbreak arm-none-eabi-gcc
Reported by: pkg-fallout
This commit is contained in:
parent
9a773f1850
commit
b7dfd207cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371473
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
|
|||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
||||
libmpfr.so:${PORTSDIR}/math/mpfr \
|
||||
libmpc.so:${PORTSDIR}/math/mpc
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}${OPSYS:tl}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}${OPSYS:tl}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||
BUILD_DEPENDS= ${BU_PREFIX}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||
RUN_DEPENDS= ${BU_PREFIX}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/build-gcc
|
||||
|
|
Loading…
Reference in a new issue