1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Use binutils port on FreeBSD/ia64.

PR:		ports/187273
This commit is contained in:
Tijl Coosemans 2014-03-27 20:55:20 +00:00
parent 6fb51139e0
commit 35387a6359
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349362

View File

@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-ffmpeg-extra-configure="${FFMPEG_CONFIG}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900033
.if ${OSVERSION} < 900033 || ${ARCH} == ia64
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin
.endif