svn commit: r535495 - head/multimedia/mplayer

Thomas Zander riggs at FreeBSD.org
Sat May 16 19:19:30 UTC 2020


Author: riggs
Date: Sat May 16 19:19:29 2020
New Revision: 535495
URL: https://svnweb.freebsd.org/changeset/ports/535495

Log:
  Fix build on an i386 world WITHOUT_BINUTILS. (Non-i386 should be ok.)

Modified:
  head/multimedia/mplayer/Makefile.common

Modified: head/multimedia/mplayer/Makefile.common
==============================================================================
--- head/multimedia/mplayer/Makefile.common	Sat May 16 18:40:05 2020	(r535494)
+++ head/multimedia/mplayer/Makefile.common	Sat May 16 19:19:29 2020	(r535495)
@@ -17,6 +17,9 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libavcodec.so:multimedia/ffmpeg \
 		libfreetype.so:print/freetype2
 
+BUILD_DEPENDS=	${BUILD_DEPENDS_${ARCH}}
+BUILD_DEPENDS_i386=	as:devel/binutils
+
 USES=		compiler:c11 gmake iconv ncurses tar:xz
 NOPRECIOUSMAKEVARS=	yes # ARCH
 HAS_CONFIGURE=	yes


More information about the svn-ports-head mailing list