svn commit: r349362 - head/multimedia/gstreamer-ffmpeg

Tijl Coosemans tijl at FreeBSD.org
Thu Mar 27 20:55:20 UTC 2014


Author: tijl
Date: Thu Mar 27 20:55:20 2014
New Revision: 349362
URL: http://svnweb.freebsd.org/changeset/ports/349362
QAT: https://qat.redports.org/buildarchive/r349362/

Log:
  Use binutils port on FreeBSD/ia64.
  
  PR:		ports/187273

Modified:
  head/multimedia/gstreamer-ffmpeg/Makefile

Modified: head/multimedia/gstreamer-ffmpeg/Makefile
==============================================================================
--- head/multimedia/gstreamer-ffmpeg/Makefile	Thu Mar 27 20:42:36 2014	(r349361)
+++ head/multimedia/gstreamer-ffmpeg/Makefile	Thu Mar 27 20:55:20 2014	(r349362)
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+=	--with-ffmpeg-extra-con
 
 .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


More information about the svn-ports-all mailing list