svn commit: r371473 - head/devel/powerpc64-gcc

Antoine Brodin antoine at FreeBSD.org
Sat Oct 25 10:55:15 UTC 2014


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


More information about the svn-ports-all mailing list