Date: Sat, 25 Oct 2014 10:55:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371473 - head/devel/powerpc64-gcc Message-ID: <201410251055.s9PAtFai036910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 25 10:55:14 2014 New Revision: 371473 URL: https://svnweb.freebsd.org/changeset/ports/371473 QAT: https://qat.redports.org/buildarchive/r371473/ Log: Unbreak arm-none-eabi-gcc Reported by: pkg-fallout Modified: head/devel/powerpc64-gcc/Makefile Modified: head/devel/powerpc64-gcc/Makefile ============================================================================== --- head/devel/powerpc64-gcc/Makefile Sat Oct 25 09:28:22 2014 (r371472) +++ head/devel/powerpc64-gcc/Makefile Sat Oct 25 10:55:14 2014 (r371473) @@ -22,8 +22,8 @@ PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410251055.s9PAtFai036910>